COLOR #E5DCA4

HEX: #E5DCA4
RGB: (229,220,164)

Color info

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

RGB color model

#E5DCA4 color RGB value is (229,220,164).

  • red value is 229;
  • green value is 220;
  • blue value is 164.
RGB:
(229,220,164)
(90%,86%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 164 of 255 = 64%

229
220
164

R + G + B ~ 80%. #E5DCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 164 = 613 (100%)
R 229 of 613 ~ 37.36%
G 220 of 613 ~ 35.89%
B 164 of 613 ~ 26.75%

%37.36
%35.89
%26.75

CMYK color model

#E5DCA4 color CMYK value is (0,4,28,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,4,28,10)
C0M4Y28K10 
(0%,4%,28%,10%)
(0.00/0.04/0.28/0.10)	

CMYK percentages

%0
%3.93
%28.38
%10.2

Codes

Color #E5DCA4 in popluar color models

E5DCA4
RGB229220164
HSL52°55.56%77.06%
HSB/HSV52°28.38%89.80%
CMYK0.00%3.93%28.38%
10.20%

Color #E5DCA4 in popluar number systems.

HEXE5DCA4
Decimal229220164
Binary111001011101110010100100
Octal345334244

Shades and tints

Shades of #E5DCA4

#E5DCA4
(229,220,164)
#D1C896
(209,200,150)
#BDB488
(189,180,136)
#A9A07A
(169,160,122)
#958C6C
(149,140,108)
#81785E
(129,120,94)
#6D6450
(109,100,80)
#595042
(89,80,66)
#453C34
(69,60,52)
#312826
(49,40,38)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #E5DCA4

#E5DCA4
(229,220,164)
#E7DFAC
(231,223,172)
#E9E2B4
(233,226,180)
#EBE5BC
(235,229,188)
#EDE8C4
(237,232,196)
#EFEBCC
(239,235,204)
#F1EED4
(241,238,212)
#F3F1DC
(243,241,220)
#F5F4E4
(245,244,228)
#F7F7EC
(247,247,236)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DCA4 color. Also use rgb(229,220,164) instead hex code.

Text Font Color

.myTextColor { color: #E5DCA4; }

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

This text font color is #E5DCA4.


Background Color

.myBgColor { background-color: #E5DCA4; }

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

This div background color is #E5DCA4.


Border color

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

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

This div border color is #E5DCA4.


Opacity

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

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

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

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

This text has shadow with #E5DCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCA4 on black background.


Color preview on white background

This text has color #E5DCA4 on white background.



Black color preview on #E5DCA4 background

This text has black color on #E5DCA4 background.


White color preview on #E5DCA4 background

This text has white color on #E5DCA4 background.