@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ead295 hex color - Yellow - Warm color - Information

#ead295 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ead295 Color code in RGB color code model is created after adding 91.76% red color, 82.35% green color and 58.43% blue color. Hex #ead295 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 36% yellow and 8.24% black.

Hex #ead295 color code is between #eecc99 web safe hex color code and #dddd88 web safe hex color code. #eecc99 is the nearest web safe color code. You can see here many more shades of #ead295 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code ead295 #ead295
RGB Decimal 234, 210, 149 rgb(234, 210, 149)
RGB Percent 92%, 82%, 58% rgb(92%, 82%, 58%)
CSS RGBa 234, 210, 149,1 rgba(234,210,149,1)
CMYK Model cmyk(0%,10%,36%,8.24%)
HSL Color Space 43,67% ,75% hsl(43,67% ,75%)
HSV Color Space 43°, 36%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101010 11010010 10010101
Octal 352 322 225
Decimal 234 210 149
Hex ea d2 95

Different shades of #ead295 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ead295
#f2e4c0
Dark Shade of #ead295
#e2c06a
Saturated Shade of #ead295
#f0d58f
Desaturated Shade of #ead295
#e4cf9b
Grey scale Shade of #ead295
#bfbfbf
Brighten Shade
#ffebae
Most Readable Shade
#000000

Shades of #ead295 color code

Generate more color scales with scales (color stack) generator.

#ead295
#d0ba84
#b6a373
#9c8c63
#827452
#685d42
#4e4631
#342e21
#1a1710
#000000

Similar Color like #ead295 color

Find visually similar hex color codes nearing to #ead295 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ebd396
#ecd497
#edd598
#eed699
#efd79a
#f0d89b
#f1d99c
#f2da9d
#f3db9e
#f4dc9f
#f5dda0
#f6dea1
#f7dfa2
#f8e0a3
#e9d194
#e8d093
#e7cf92
#e6ce91
#e5cd90
#e4cc8f
#e3cb8e
#e2ca8d
#e1c98c
#e0c88b
#dfc78a
#dec689
#ddc588
#dcc487

Monochromatic Color with #ead295

#ead295
#15130e
#403929
#6a6044
#95865f
#bfac7a

Tints of #ead295 Color

#ead295
#ecd7a0
#eedcac
#f1e1b8
#f3e6c4
#f5ebcf
#f8f0db
#faf5e7
#fcfaf3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ead295
#95adea

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ead295
#95d8ea
#a895ea

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#eab095
#eac195
#ead295
#eae395
#e0ea95

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ead295
#95ead2
#d295ea

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ead295
#95eaa7
#95adea
#ea95d7

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ead295
#95adea
#a895ea
#d8ea95

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ead295 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ead295 Color Code Preview on Black Background Color

This is how #ead295 Color will look on black background color. Color contrast ratio is 14.15

#ead295 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ead295">Your Example Paragraph content text in with font color #ead295 </p>

Your Example Paragraph content text in with font color #ead295

HTML with inline CSS

<div style="color:#ead295">Your Paragraph text in with font color #ead295 </div>

Your Example Paragraph content text in with font color #ead295

#ead295 color code is use for CSS Background Color

Background color for the above div is #ead295

HTML with inline CSS

<div style="background-color:#ead295;"></div>

#ead295 color code is use for CSS Border Color

CSS Border color for the above div is #ead295

HTML with inline CSS

<div style="border:5px solid #ead295;"></div>

CSS Border Left color for the above div is #ead295

HTML with inline CSS

<div style="border-left:5px solid #ead295;"></div>

CSS Border Right color for the above div is #ead295

HTML with inline CSS

<div style="border-right:5px solid #ead295;"></div>

CSS Border Bottom color for the above div is #ead295

HTML with inline CSS

<div style="border-bottom:5px solid #ead295;"></div>

CSS Border Top color for the above div is #ead295

HTML with inline CSS

<div style="border-top:5px solid #ead295;"></div>

#ead295 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ead295; } .examplecolorclass {color:#ead295; } .examplebordercolor {border:3px solid #ead295; }

#ead295 Color code Preview on White Background

This is how #ead295 Color code will look on white background color. Color contrast ratio is 1.48

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ead295; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ead295; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(234,210,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,173,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,210,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.