COLOR #E0D9AE

HEX: #E0D9AE
RGB: (224,217,174)

Color info

#E0D9AE contains red, green and blue colors in about the same proportion. Web safe color of #E0D9AE is #CCCC99 (or #CC9).

RGB color model

#E0D9AE color RGB value is (224,217,174).

  • red value is 224;
  • green value is 217;
  • blue value is 174.
RGB:
(224,217,174)
(88%,85%,68%)

RGB channels and saturation

R 224 of 255 = 88%
G 217 of 255 = 85%
B 174 of 255 = 68%

224
217
174

R + G + B ~ 80%. #E0D9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 217 + 174 = 615 (100%)
R 224 of 615 ~ 36.42%
G 217 of 615 ~ 35.28%
B 174 of 615 ~ 28.29%

%36.42
%35.28
%28.29

CMYK color model

#E0D9AE color CMYK value is (0,3,22,12).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 22.32%
  • key color value is 12.16%
CMYK:
(0,3,22,12)
C0M3Y22K12 
(0%,3%,22%,12%)
(0.00/0.03/0.22/0.12)	

CMYK percentages

%0
%3.13
%22.32
%12.16

Codes

Color #E0D9AE in popluar color models

E0D9AE
RGB224217174
HSL52°44.64%78.04%
HSB/HSV52°22.32%87.84%
CMYK0.00%3.13%22.32%
12.16%

Color #E0D9AE in popluar number systems.

HEXE0D9AE
Decimal224217174
Binary111000001101100110101110
Octal340331256

Shades and tints

Shades of #E0D9AE

#E0D9AE
(224,217,174)
#CCC69F
(204,198,159)
#B8B390
(184,179,144)
#A4A081
(164,160,129)
#908D72
(144,141,114)
#7C7A63
(124,122,99)
#686754
(104,103,84)
#545445
(84,84,69)
#404136
(64,65,54)
#2C2E27
(44,46,39)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #E0D9AE

#E0D9AE
(224,217,174)
#E2DCB5
(226,220,181)
#E4DFBC
(228,223,188)
#E6E2C3
(230,226,195)
#E8E5CA
(232,229,202)
#EAE8D1
(234,232,209)
#ECEBD8
(236,235,216)
#EEEEDF
(238,238,223)
#F0F1E6
(240,241,230)
#F2F4ED
(242,244,237)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D9AE color. Also use rgb(224,217,174) instead hex code.

Text Font Color

.myTextColor { color: #E0D9AE; }

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

This text font color is #E0D9AE.


Background Color

.myBgColor { background-color: #E0D9AE; }

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

This div background color is #E0D9AE.


Border color

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

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

This div border color is #E0D9AE.


Opacity

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

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

Text with #E0D9AE 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 #E0D9AE;}

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

This text has shadow with #E0D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D9AE on black background.


Color preview on white background

This text has color #E0D9AE on white background.



Black color preview on #E0D9AE background

This text has black color on #E0D9AE background.


White color preview on #E0D9AE background

This text has white color on #E0D9AE background.