COLOR #E5DAAE

HEX: #E5DAAE
RGB: (229,218,174)

Color info

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

RGB color model

#E5DAAE color RGB value is (229,218,174).

  • red value is 229;
  • green value is 218;
  • blue value is 174.
RGB:
(229,218,174)
(90%,85%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 174 of 255 = 68%

229
218
174

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

Portions of RGB colors in percentages

R + G + B =
229 + 218 + 174 = 621 (100%)
R 229 of 621 ~ 36.88%
G 218 of 621 ~ 35.1%
B 174 of 621 ~ 28.02%

%36.88
%35.1
%28.02

CMYK color model

#E5DAAE color CMYK value is (0,5,24,10).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK:
(0,5,24,10)
C0M5Y24K10 
(0%,5%,24%,10%)
(0.00/0.05/0.24/0.10)	

CMYK percentages

%0
%4.8
%24.02
%10.2

Codes

Color #E5DAAE in popluar color models

E5DAAE
RGB229218174
HSL48°51.40%79.02%
HSB/HSV48°24.02%89.80%
CMYK0.00%4.80%24.02%
10.20%

Color #E5DAAE in popluar number systems.

HEXE5DAAE
Decimal229218174
Binary111001011101101010101110
Octal345332256

Shades and tints

Shades of #E5DAAE

#E5DAAE
(229,218,174)
#D1C79F
(209,199,159)
#BDB490
(189,180,144)
#A9A181
(169,161,129)
#958E72
(149,142,114)
#817B63
(129,123,99)
#6D6854
(109,104,84)
#595545
(89,85,69)
#454236
(69,66,54)
#312F27
(49,47,39)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5DAAE

#E5DAAE
(229,218,174)
#E7DDB5
(231,221,181)
#E9E0BC
(233,224,188)
#EBE3C3
(235,227,195)
#EDE6CA
(237,230,202)
#EFE9D1
(239,233,209)
#F1ECD8
(241,236,216)
#F3EFDF
(243,239,223)
#F5F2E6
(245,242,230)
#F7F5ED
(247,245,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DAAE color. Also use rgb(229,218,174) instead hex code.

Text Font Color

.myTextColor { color: #E5DAAE; }

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

This text font color is #E5DAAE.


Background Color

.myBgColor { background-color: #E5DAAE; }

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

This div background color is #E5DAAE.


Border color

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

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

This div border color is #E5DAAE.


Opacity

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

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

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

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

This text has shadow with #E5DAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DAAE on black background.


Color preview on white background

This text has color #E5DAAE on white background.



Black color preview on #E5DAAE background

This text has black color on #E5DAAE background.


White color preview on #E5DAAE background

This text has white color on #E5DAAE background.