COLOR #E0DAB0

HEX: #E0DAB0
RGB: (224,218,176)

Color info

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

RGB color model

#E0DAB0 color RGB value is (224,218,176).

  • red value is 224;
  • green value is 218;
  • blue value is 176.
RGB:
(224,218,176)
(88%,85%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 176 of 255 = 69%

224
218
176

R + G + B ~ 81%. #E0DAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 218 + 176 = 618 (100%)
R 224 of 618 ~ 36.25%
G 218 of 618 ~ 35.28%
B 176 of 618 ~ 28.48%

%36.25
%35.28
%28.48

CMYK color model

#E0DAB0 color CMYK value is (0,3,21,12).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 21.43%
  • key color value is 12.16%
CMYK:
(0,3,21,12)
C0M3Y21K12 
(0%,3%,21%,12%)
(0.00/0.03/0.21/0.12)	

CMYK percentages

%0
%2.68
%21.43
%12.16

Codes

Color #E0DAB0 in popluar color models

E0DAB0
RGB224218176
HSL53°43.64%78.43%
HSB/HSV53°21.43%87.84%
CMYK0.00%2.68%21.43%
12.16%

Color #E0DAB0 in popluar number systems.

HEXE0DAB0
Decimal224218176
Binary111000001101101010110000
Octal340332260

Shades and tints

Shades of #E0DAB0

#E0DAB0
(224,218,176)
#CCC7A0
(204,199,160)
#B8B490
(184,180,144)
#A4A180
(164,161,128)
#908E70
(144,142,112)
#7C7B60
(124,123,96)
#686850
(104,104,80)
#545540
(84,85,64)
#404230
(64,66,48)
#2C2F20
(44,47,32)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #E0DAB0

#E0DAB0
(224,218,176)
#E2DDB7
(226,221,183)
#E4E0BE
(228,224,190)
#E6E3C5
(230,227,197)
#E8E6CC
(232,230,204)
#EAE9D3
(234,233,211)
#ECECDA
(236,236,218)
#EEEFE1
(238,239,225)
#F0F2E8
(240,242,232)
#F2F5EF
(242,245,239)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DAB0 color. Also use rgb(224,218,176) instead hex code.

Text Font Color

.myTextColor { color: #E0DAB0; }

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

This text font color is #E0DAB0.


Background Color

.myBgColor { background-color: #E0DAB0; }

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

This div background color is #E0DAB0.


Border color

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

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

This div border color is #E0DAB0.


Opacity

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

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

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

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

This text has shadow with #E0DAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DAB0 on black background.


Color preview on white background

This text has color #E0DAB0 on white background.



Black color preview on #E0DAB0 background

This text has black color on #E0DAB0 background.


White color preview on #E0DAB0 background

This text has white color on #E0DAB0 background.