COLOR #E5D4A7

HEX: #E5D4A7
RGB: (229,212,167)

Color info

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

RGB color model

#E5D4A7 color RGB value is (229,212,167).

  • red value is 229;
  • green value is 212;
  • blue value is 167.
RGB:
(229,212,167)
(90%,83%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 212 of 255 = 83%
B 167 of 255 = 65%

229
212
167

R + G + B ~ 79%. #E5D4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 212 + 167 = 608 (100%)
R 229 of 608 ~ 37.66%
G 212 of 608 ~ 34.87%
B 167 of 608 ~ 27.47%

%37.66
%34.87
%27.47

CMYK color model

#E5D4A7 color CMYK value is (0,7,27,10).

  • cyan value is 0.00%
  • magenta value is 7.42%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(0,7,27,10)
C0M7Y27K10 
(0%,7%,27%,10%)
(0.00/0.07/0.27/0.10)	

CMYK percentages

%0
%7.42
%27.07
%10.2

Codes

Color #E5D4A7 in popluar color models

E5D4A7
RGB229212167
HSL44°54.39%77.65%
HSB/HSV44°27.07%89.80%
CMYK0.00%7.42%27.07%
10.20%

Color #E5D4A7 in popluar number systems.

HEXE5D4A7
Decimal229212167
Binary111001011101010010100111
Octal345324247

Shades and tints

Shades of #E5D4A7

#E5D4A7
(229,212,167)
#D1C198
(209,193,152)
#BDAE89
(189,174,137)
#A99B7A
(169,155,122)
#95886B
(149,136,107)
#81755C
(129,117,92)
#6D624D
(109,98,77)
#594F3E
(89,79,62)
#453C2F
(69,60,47)
#312920
(49,41,32)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #E5D4A7

#E5D4A7
(229,212,167)
#E7D7AF
(231,215,175)
#E9DAB7
(233,218,183)
#EBDDBF
(235,221,191)
#EDE0C7
(237,224,199)
#EFE3CF
(239,227,207)
#F1E6D7
(241,230,215)
#F3E9DF
(243,233,223)
#F5ECE7
(245,236,231)
#F7EFEF
(247,239,239)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D4A7 color. Also use rgb(229,212,167) instead hex code.

Text Font Color

.myTextColor { color: #E5D4A7; }

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

This text font color is #E5D4A7.


Background Color

.myBgColor { background-color: #E5D4A7; }

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

This div background color is #E5D4A7.


Border color

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

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

This div border color is #E5D4A7.


Opacity

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

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

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

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

This text has shadow with #E5D4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D4A7 on black background.


Color preview on white background

This text has color #E5D4A7 on white background.



Black color preview on #E5D4A7 background

This text has black color on #E5D4A7 background.


White color preview on #E5D4A7 background

This text has white color on #E5D4A7 background.