COLOR #E5D0AF

HEX: #E5D0AF RGB: (229,208,175)

Color info

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

RGB color model

#E5D0AF color RGB value is (229,208,175).

RGB: (229,208,175) (90%, 82%, 69%)

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 175 of 255 = 69%

229
208
175

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

Portions of RGB colors in percentages

R + G + B = 229 + 208 + 175 = 612 (100%)
R 229 of 612 ~ 37.42%
G 208 of 612 ~ 33.99%
B 175 of 612 ~ 28.59'%

%37.42
%33.99
%28.59

CMYK color model

#E5D0AF color CMYK value is (0,9,24,10).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 23.58%
  • key color value is 10.20%

CMYK: (0,9,24,10)
C0M9Y24K10 (0%, 9%, 24%, 10%)
(0.00 / 0.09 / 0.24 / 0.10)

CMYK percentages

%0
%9.17
%23.58
%10.2

Codes

Color #E5D0AF in popluar color models

E5 D0 AF
RGB 229 208 175
HSL 37° 50.94% 79.22%
HSB/HSV 37° 23.58% 89.80%
CMYK 0.00% 9.17% 23.58%
10.20%

Color #E5D0AF in popluar number systems.

HEX E5 D0 AF
Decimal 229 208 175
Binary 11100101 11010000 10101111
Octal 345 320 257

Shades and tints

Shades of #E5D0AF

#E5D0AF
(229,208,175)
#D1BEA0
(209,190,160)
#BDAC91
(189,172,145)
#A99A82
(169,154,130)
#958873
(149,136,115)
#817664
(129,118,100)
#6D6455
(109,100,85)
#595246
(89,82,70)
#454037
(69,64,55)
#312E28
(49,46,40)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #E5D0AF

#E5D0AF
(229,208,175)
#E7D4B6
(231,212,182)
#E9D8BD
(233,216,189)
#EBDCC4
(235,220,196)
#EDE0CB
(237,224,203)
#EFE4D2
(239,228,210)
#F1E8D9
(241,232,217)
#F3ECE0
(243,236,224)
#F5F0E7
(245,240,231)
#F7F4EE
(247,244,238)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D0AF color. Also use rgb(229,208,175) instead hex code.

Text Font Color

.myTextColor { color: #E5D0AF; }

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

This text font color is #E5D0AF.

Background Color

.myBgColor { background-color: #E5D0AF; }

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

This div background color is #E5D0AF.

Border color

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

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

This div border color is #E5D0AF.

Opacity

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

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

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

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

This text has shadow with #E5D0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D0AF.

Preview

Color preview on black background

This text has color #E5D0AF on black background.


Color preview on white background

This text has color #E5D0AF on white background.


Black color preview on #E5D0AF background

This text has black color on #E5D0AF background.


White color preview on #E5D0AF background

This text has white color on #E5D0AF background.


Related colors

Complementary color

Complementary color for #hex is #1A2F50.


I love getcolorcode.com

Triadic colors

1 #AFE5D0 and #D0AFE5 with #E5D0AF are triadic colors.

2 #AFD0E5 and #D0E5AF with #E5D0AF are triadic colors.