COLOR #E0D89C

HEX: #E0D89C
RGB: (224,216,156)

Color info

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

RGB color model

#E0D89C color RGB value is (224,216,156).

  • red value is 224;
  • green value is 216;
  • blue value is 156.
RGB:
(224,216,156)
(88%,85%,61%)

RGB channels and saturation

R 224 of 255 = 88%
G 216 of 255 = 85%
B 156 of 255 = 61%

224
216
156

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

Portions of RGB colors in percentages

R + G + B =
224 + 216 + 156 = 596 (100%)
R 224 of 596 ~ 37.58%
G 216 of 596 ~ 36.24%
B 156 of 596 ~ 26.17%

%37.58
%36.24
%26.17

CMYK color model

#E0D89C color CMYK value is (0,4,30,12).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 30.36%
  • key color value is 12.16%
CMYK:
(0,4,30,12)
C0M4Y30K12 
(0%,4%,30%,12%)
(0.00/0.04/0.30/0.12)	

CMYK percentages

%0
%3.57
%30.36
%12.16

Codes

Color #E0D89C in popluar color models

E0D89C
RGB224216156
HSL53°52.31%74.51%
HSB/HSV53°30.36%87.84%
CMYK0.00%3.57%30.36%
12.16%

Color #E0D89C in popluar number systems.

HEXE0D89C
Decimal224216156
Binary111000001101100010011100
Octal340330234

Shades and tints

Shades of #E0D89C

#E0D89C
(224,216,156)
#CCC58E
(204,197,142)
#B8B280
(184,178,128)
#A49F72
(164,159,114)
#908C64
(144,140,100)
#7C7956
(124,121,86)
#686648
(104,102,72)
#54533A
(84,83,58)
#40402C
(64,64,44)
#2C2D1E
(44,45,30)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #E0D89C

#E0D89C
(224,216,156)
#E2DBA5
(226,219,165)
#E4DEAE
(228,222,174)
#E6E1B7
(230,225,183)
#E8E4C0
(232,228,192)
#EAE7C9
(234,231,201)
#ECEAD2
(236,234,210)
#EEEDDB
(238,237,219)
#F0F0E4
(240,240,228)
#F2F3ED
(242,243,237)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D89C; }

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

This text font color is #E0D89C.


Background Color

.myBgColor { background-color: #E0D89C; }

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

This div background color is #E0D89C.


Border color

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

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

This div border color is #E0D89C.


Opacity

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

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

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

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

This text has shadow with #E0D89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D89C on black background.


Color preview on white background

This text has color #E0D89C on white background.



Black color preview on #E0D89C background

This text has black color on #E0D89C background.


White color preview on #E0D89C background

This text has white color on #E0D89C background.