COLOR #E0DB8B

HEX: #E0DB8B
RGB: (224,219,139)

Color info

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

RGB color model

#E0DB8B color RGB value is (224,219,139).

  • red value is 224;
  • green value is 219;
  • blue value is 139.
RGB:
(224,219,139)
(88%,86%,55%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 139 of 255 = 55%

224
219
139

R + G + B ~ 76%. #E0DB8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 139 = 582 (100%)
R 224 of 582 ~ 38.49%
G 219 of 582 ~ 37.63%
B 139 of 582 ~ 23.88%

%38.49
%37.63
%23.88

CMYK color model

#E0DB8B color CMYK value is (0,2,38,12).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 37.95%
  • key color value is 12.16%
CMYK:
(0,2,38,12)
C0M2Y38K12 
(0%,2%,38%,12%)
(0.00/0.02/0.38/0.12)	

CMYK percentages

%0
%2.23
%37.95
%12.16

Codes

Color #E0DB8B in popluar color models

E0DB8B
RGB224219139
HSL56°57.82%71.18%
HSB/HSV56°37.95%87.84%
CMYK0.00%2.23%37.95%
12.16%

Color #E0DB8B in popluar number systems.

HEXE0DB8B
Decimal224219139
Binary111000001101101110001011
Octal340333213

Shades and tints

Shades of #E0DB8B

#E0DB8B
(224,219,139)
#CCC87F
(204,200,127)
#B8B573
(184,181,115)
#A4A267
(164,162,103)
#908F5B
(144,143,91)
#7C7C4F
(124,124,79)
#686943
(104,105,67)
#545637
(84,86,55)
#40432B
(64,67,43)
#2C301F
(44,48,31)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #E0DB8B

#E0DB8B
(224,219,139)
#E2DE95
(226,222,149)
#E4E19F
(228,225,159)
#E6E4A9
(230,228,169)
#E8E7B3
(232,231,179)
#EAEABD
(234,234,189)
#ECEDC7
(236,237,199)
#EEF0D1
(238,240,209)
#F0F3DB
(240,243,219)
#F2F6E5
(242,246,229)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DB8B; }

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

This text font color is #E0DB8B.


Background Color

.myBgColor { background-color: #E0DB8B; }

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

This div background color is #E0DB8B.


Border color

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

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

This div border color is #E0DB8B.


Opacity

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

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

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

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

This text has shadow with #E0DB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DB8B on black background.


Color preview on white background

This text has color #E0DB8B on white background.



Black color preview on #E0DB8B background

This text has black color on #E0DB8B background.


White color preview on #E0DB8B background

This text has white color on #E0DB8B background.