COLOR #E0D8A9

HEX: #E0D8A9 RGB: (224,216,169)

Color info

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

RGB color model

#E0D8A9 color RGB value is (224,216,169).

RGB: (224,216,169) (88%, 85%, 66%)

RGB channels and saturation

R 224 of 255 = 88%
G 216 of 255 = 85%
B 169 of 255 = 66%

224
216
169

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

Portions of RGB colors in percentages

R + G + B = 224 + 216 + 169 = 609 (100%)
R 224 of 609 ~ 36.78%
G 216 of 609 ~ 35.47%
B 169 of 609 ~ 27.75'%

%36.78
%35.47
%27.75

CMYK color model

#E0D8A9 color CMYK value is (0,4,25,12).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK: (0,4,25,12) C0M4Y25K12 (0%,4%,25%,12%) (0.00/0.04/0.25/0.12) 

CMYK percentages

%0
%3.57
%24.55
%12.16

Codes

Color #E0D8A9 in popluar color models

E0 D8 A9
RGB 224 216 169
HSL 51° 47.01% 77.06%
HSB/HSV 51° 24.55% 87.84%
CMYK 0.00% 3.57% 24.55%
12.16%

Color #E0D8A9 in popluar number systems.

HEX E0 D8 A9
Decimal 224 216 169
Binary 11100000 11011000 10101001
Octal 340 330 251

Shades and tints

Shades of #E0D8A9

#E0D8A9
(224,216,169)
#CCC59A
(204,197,154)
#B8B28B
(184,178,139)
#A49F7C
(164,159,124)
#908C6D
(144,140,109)
#7C795E
(124,121,94)
#68664F
(104,102,79)
#545340
(84,83,64)
#404031
(64,64,49)
#2C2D22
(44,45,34)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #E0D8A9

#E0D8A9
(224,216,169)
#E2DBB0
(226,219,176)
#E4DEB7
(228,222,183)
#E6E1BE
(230,225,190)
#E8E4C5
(232,228,197)
#EAE7CC
(234,231,204)
#ECEAD3
(236,234,211)
#EEEDDA
(238,237,218)
#F0F0E1
(240,240,225)
#F2F3E8
(242,243,232)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D8A9 color. Also use rgb(224,216,169) instead hex code.

Text Font Color

.myTextColor { color: #E0D8A9; }

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

This text font color is #E0D8A9.

Background Color

.myBgColor { background-color: #E0D8A9; }

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

This div background color is #E0D8A9.

Border color

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

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

This div border color is #E0D8A9.

Opacity

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

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

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

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

This text has shadow with #E0D8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D8A9.

Preview

Color preview on black background

This text has color #E0D8A9 on black background.


Color preview on white background

This text has color #E0D8A9 on white background.


Black color preview on #E0D8A9 background

This text has black color on #E0D8A9 background.


White color preview on #E0D8A9 background

This text has white color on #E0D8A9 background.


Related colors

Complementary color

Complementary color for #hex is #1F2756.


I love getcolorcode.com

Triadic colors

1 #A9E0D8 and #D8A9E0 with #E0D8A9 are triadic colors.

2 #A9D8E0 and #D8E0A9 with #E0D8A9 are triadic colors.