COLOR #E5D6A0

HEX: #E5D6A0 RGB: (229,214,160)

Color info

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

RGB color model

#E5D6A0 color RGB value is (229,214,160).

RGB: (229,214,160) (90%, 84%, 63%)

RGB channels and saturation

R 229 of 255 = 90%
G 214 of 255 = 84%
B 160 of 255 = 63%

229
214
160

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

Portions of RGB colors in percentages

R + G + B = 229 + 214 + 160 = 603 (100%)
R 229 of 603 ~ 37.98%
G 214 of 603 ~ 35.49%
B 160 of 603 ~ 26.53'%

%37.98
%35.49
%26.53

CMYK color model

#E5D6A0 color CMYK value is (0,7,30,10).

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 30.13%
  • key color value is 10.20%
CMYK: (0,7,30,10) C0M7Y30K10 (0%,7%,30%,10%) (0.00/0.07/0.30/0.10) 

CMYK percentages

%0
%6.55
%30.13
%10.2

Codes

Color #E5D6A0 in popluar color models

E5 D6 A0
RGB 229 214 160
HSL 47° 57.02% 76.27%
HSB/HSV 47° 30.13% 89.80%
CMYK 0.00% 6.55% 30.13%
10.20%

Color #E5D6A0 in popluar number systems.

HEX E5 D6 A0
Decimal 229 214 160
Binary 11100101 11010110 10100000
Octal 345 326 240

Shades and tints

Shades of #E5D6A0

#E5D6A0
(229,214,160)
#D1C392
(209,195,146)
#BDB084
(189,176,132)
#A99D76
(169,157,118)
#958A68
(149,138,104)
#81775A
(129,119,90)
#6D644C
(109,100,76)
#59513E
(89,81,62)
#453E30
(69,62,48)
#312B22
(49,43,34)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #E5D6A0

#E5D6A0
(229,214,160)
#E7D9A8
(231,217,168)
#E9DCB0
(233,220,176)
#EBDFB8
(235,223,184)
#EDE2C0
(237,226,192)
#EFE5C8
(239,229,200)
#F1E8D0
(241,232,208)
#F3EBD8
(243,235,216)
#F5EEE0
(245,238,224)
#F7F1E8
(247,241,232)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D6A0 color. Also use rgb(229,214,160) instead hex code.

Text Font Color

.myTextColor { color: #E5D6A0; }

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

This text font color is #E5D6A0.

Background Color

.myBgColor { background-color: #E5D6A0; }

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

This div background color is #E5D6A0.

Border color

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

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

This div border color is #E5D6A0.

Opacity

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

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

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

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

This text has shadow with #E5D6A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D6A0.

Preview

Color preview on black background

This text has color #E5D6A0 on black background.


Color preview on white background

This text has color #E5D6A0 on white background.


Black color preview on #E5D6A0 background

This text has black color on #E5D6A0 background.


White color preview on #E5D6A0 background

This text has white color on #E5D6A0 background.


Related colors

Complementary color

Complementary color for #hex is #1A295F.


I love getcolorcode.com

Triadic colors

1 #A0E5D6 and #D6A0E5 with #E5D6A0 are triadic colors.

2 #A0D6E5 and #D6E5A0 with #E5D6A0 are triadic colors.