COLOR #E0DB9C

HEX: #E0DB9C RGB: (224,219,156)

Color info

#E0DB9C contains mainly red and green colors. Web safe color of #E0DB9C is #CCCC99 (or #CC9).

RGB color model

#E0DB9C color RGB value is (224,219,156).

RGB: (224,219,156) (88%, 86%, 61%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 156 of 255 = 61%

224
219
156

R + G + B ~ 78%. #E0DB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 219 + 156 = 599 (100%)
R 224 of 599 ~ 37.4%
G 219 of 599 ~ 36.56%
B 156 of 599 ~ 26.04'%

%37.4
%36.56
%26.04

CMYK color model

#E0DB9C color CMYK value is (0,2,30,12).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 30.36%
  • key color value is 12.16%

CMYK: (0,2,30,12)
C0M2Y30K12 (0%, 2%, 30%, 12%)
(0.00 / 0.02 / 0.30 / 0.12)

CMYK percentages

%0
%2.23
%30.36
%12.16

Codes

Color #E0DB9C in popluar color models

E0 DB 9C
RGB 224 219 156
HSL 56° 52.31% 74.51%
HSB/HSV 56° 30.36% 87.84%
CMYK 0.00% 2.23% 30.36%
12.16%

Color #E0DB9C in popluar number systems.

HEX E0 DB 9C
Decimal 224 219 156
Binary 11100000 11011011 10011100
Octal 340 333 234

Shades and tints

Shades of #E0DB9C

#E0DB9C
(224,219,156)
#CCC88E
(204,200,142)
#B8B580
(184,181,128)
#A4A272
(164,162,114)
#908F64
(144,143,100)
#7C7C56
(124,124,86)
#686948
(104,105,72)
#54563A
(84,86,58)
#40432C
(64,67,44)
#2C301E
(44,48,30)
#181D10
(24,29,16)
#000000
(0,0,0)

Tints of #E0DB9C

#E0DB9C
(224,219,156)
#E2DEA5
(226,222,165)
#E4E1AE
(228,225,174)
#E6E4B7
(230,228,183)
#E8E7C0
(232,231,192)
#EAEAC9
(234,234,201)
#ECEDD2
(236,237,210)
#EEF0DB
(238,240,219)
#F0F3E4
(240,243,228)
#F2F6ED
(242,246,237)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DB9C color. Also use rgb(224,219,156) instead hex code.

Text Font Color

.myTextColor { color: #E0DB9C; }

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

This text font color is #E0DB9C.

Background Color

.myBgColor { background-color: #E0DB9C; }

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

This div background color is #E0DB9C.

Border color

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

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

This div border color is #E0DB9C.

Opacity

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

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

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

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

This text has shadow with #E0DB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DB9C.

Preview

Color preview on black background

This text has color #E0DB9C on black background.


Color preview on white background

This text has color #E0DB9C on white background.


Black color preview on #E0DB9C background

This text has black color on #E0DB9C background.


White color preview on #E0DB9C background

This text has white color on #E0DB9C background.


Related colors

Complementary color

Complementary color for #hex is #1F2463.


I love getcolorcode.com

Triadic colors

1 #9CE0DB and #DB9CE0 with #E0DB9C are triadic colors.

2 #9CDBE0 and #DBE09C with #E0DB9C are triadic colors.