COLOR #E0DB8F

HEX: #E0DB8F RGB: (224,219,143)

Color info

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

RGB color model

#E0DB8F color RGB value is (224,219,143).

RGB: (224,219,143) (88%, 86%, 56%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 143 of 255 = 56%

224
219
143

R + G + B ~ 77%. #E0DB8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 219 + 143 = 586 (100%)
R 224 of 586 ~ 38.23%
G 219 of 586 ~ 37.37%
B 143 of 586 ~ 24.4'%

%38.23
%37.37
%24.4

CMYK color model

#E0DB8F color CMYK value is (0,2,36,12).

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

CMYK: (0,2,36,12)
C0M2Y36K12 (0%, 2%, 36%, 12%)
(0.00 / 0.02 / 0.36 / 0.12)

CMYK percentages

%0
%2.23
%36.16
%12.16

Codes

Color #E0DB8F in popluar color models

E0 DB 8F
RGB 224 219 143
HSL 56° 56.64% 71.96%
HSB/HSV 56° 36.16% 87.84%
CMYK 0.00% 2.23% 36.16%
12.16%

Color #E0DB8F in popluar number systems.

HEX E0 DB 8F
Decimal 224 219 143
Binary 11100000 11011011 10001111
Octal 340 333 217

Shades and tints

Shades of #E0DB8F

#E0DB8F
(224,219,143)
#CCC882
(204,200,130)
#B8B575
(184,181,117)
#A4A268
(164,162,104)
#908F5B
(144,143,91)
#7C7C4E
(124,124,78)
#686941
(104,105,65)
#545634
(84,86,52)
#404327
(64,67,39)
#2C301A
(44,48,26)
#181D0D
(24,29,13)
#000000
(0,0,0)

Tints of #E0DB8F

#E0DB8F
(224,219,143)
#E2DE99
(226,222,153)
#E4E1A3
(228,225,163)
#E6E4AD
(230,228,173)
#E8E7B7
(232,231,183)
#EAEAC1
(234,234,193)
#ECEDCB
(236,237,203)
#EEF0D5
(238,240,213)
#F0F3DF
(240,243,223)
#F2F6E9
(242,246,233)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DB8F; }

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

This text font color is #E0DB8F.

Background Color

.myBgColor { background-color: #E0DB8F; }

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

This div background color is #E0DB8F.

Border color

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

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

This div border color is #E0DB8F.

Opacity

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

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

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

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

This text has shadow with #E0DB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DB8F.

Preview

Color preview on black background

This text has color #E0DB8F on black background.


Color preview on white background

This text has color #E0DB8F on white background.


Black color preview on #E0DB8F background

This text has black color on #E0DB8F background.


White color preview on #E0DB8F background

This text has white color on #E0DB8F background.


Related colors

Complementary color

Complementary color for #hex is #1F2470.


I love getcolorcode.com

Triadic colors

1 #8FE0DB and #DB8FE0 with #E0DB8F are triadic colors.

2 #8FDBE0 and #DBE08F with #E0DB8F are triadic colors.