COLOR #E9DEAE

HEX: #E9DEAE RGB: (233,222,174)

Color info

#E9DEAE contains red, green and blue colors in about the same proportion. Web safe color of #E9DEAE is #FFCC99 (or #FC9).

RGB color model

#E9DEAE color RGB value is (233,222,174).

RGB: (233,222,174) (91%, 87%, 68%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 174 of 255 = 68%

233
222
174

R + G + B ~ 82%. #E9DEAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 222 + 174 = 629 (100%)
R 233 of 629 ~ 37.04%
G 222 of 629 ~ 35.29%
B 174 of 629 ~ 27.66'%

%37.04
%35.29
%27.66

CMYK color model

#E9DEAE color CMYK value is (0,5,25,9).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 25.32%
  • key color value is 8.63%
CMYK: (0,5,25,9) C0M5Y25K9 (0%,5%,25%,9%) (0.00/0.05/0.25/0.09) 

CMYK percentages

%0
%4.72
%25.32
%8.63

Codes

Color #E9DEAE in popluar color models

E9 DE AE
RGB 233 222 174
HSL 49° 57.28% 79.80%
HSB/HSV 49° 25.32% 91.37%
CMYK 0.00% 4.72% 25.32%
8.63%

Color #E9DEAE in popluar number systems.

HEX E9 DE AE
Decimal 233 222 174
Binary 11101001 11011110 10101110
Octal 351 336 256

Shades and tints

Shades of #E9DEAE

#E9DEAE
(233,222,174)
#D4CA9F
(212,202,159)
#BFB690
(191,182,144)
#AAA281
(170,162,129)
#958E72
(149,142,114)
#807A63
(128,122,99)
#6B6654
(107,102,84)
#565245
(86,82,69)
#413E36
(65,62,54)
#2C2A27
(44,42,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #E9DEAE

#E9DEAE
(233,222,174)
#EBE1B5
(235,225,181)
#EDE4BC
(237,228,188)
#EFE7C3
(239,231,195)
#F1EACA
(241,234,202)
#F3EDD1
(243,237,209)
#F5F0D8
(245,240,216)
#F7F3DF
(247,243,223)
#F9F6E6
(249,246,230)
#FBF9ED
(251,249,237)
#FDFCF4
(253,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DEAE color. Also use rgb(233,222,174) instead hex code.

Text Font Color

.myTextColor { color: #E9DEAE; }

<p style="color:#E9DEAE">This sample text font color is #E9DEAE.</p>

This text font color is #E9DEAE.

Background Color

.myBgColor { background-color: #E9DEAE; }

<div style="background-color:#E9DEAE">Inner text</div>

This div background color is #E9DEAE.

Border color

.myBorderColor { border: 1px solid #E9DEAE; }

<div style="border:3px solid #E9DEAE">Div</div>

This div border color is #E9DEAE.

Opacity

.myOpacity80 { color: #E9DEAE; opacity: 0.8; }

<p style="color:#E9DEAE;opacity:0.8;">80%</p>

Text with #E9DEAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E9DEAE;}

<p style="text-shadow: 3px 3px 1px #E9DEAE">Text here.</p>

This text has shadow with #E9DEAE color.


.textShadow {text-shadow: 3px 3px 1px #E9DEAE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E9DEAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #E9DEAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9DEAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E9DEAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #E9DEAE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9DEAE;
-webkit-box-shadow: 1px 1px 3px 2px #E9DEAE;
box-shadow: 1px 1px 3px 2px #E9DEAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9DEAE; -webkit-box-shadow: 1px 1px 3px 2px #E9DEAE; box-shadow:1px 1px 3px 2px #E9DEAE;">
Div content here
</div>

This div box has shadow with color #E9DEAE.

Preview

Color preview on black background

This text has color #E9DEAE on black background.


Color preview on white background

This text has color #E9DEAE on white background.


Black color preview on #E9DEAE background

This text has black color on #E9DEAE background.


White color preview on #E9DEAE background

This text has white color on #E9DEAE background.


Related colors

Complementary color

Complementary color for #hex is #162151.


I love getcolorcode.com

Triadic colors

1 #AEE9DE and #DEAEE9 with #E9DEAE are triadic colors.

2 #AEDEE9 and #DEE9AE with #E9DEAE are triadic colors.