COLOR #E5C5AF

HEX: #E5C5AF RGB: (229,197,175)

Color info

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

RGB color model

#E5C5AF color RGB value is (229,197,175).

RGB: (229,197,175) (90%, 77%, 69%)

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 175 of 255 = 69%

229
197
175

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

Portions of RGB colors in percentages

R + G + B = 229 + 197 + 175 = 601 (100%)
R 229 of 601 ~ 38.1%
G 197 of 601 ~ 32.78%
B 175 of 601 ~ 29.12'%

%38.1
%32.78
%29.12

CMYK color model

#E5C5AF color CMYK value is (0,14,24,10).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK: (0,14,24,10) C0M14Y24K10 (0%,14%,24%,10%) (0.00/0.14/0.24/0.10) 

CMYK percentages

%0
%13.97
%23.58
%10.2

Codes

Color #E5C5AF in popluar color models

E5 C5 AF
RGB 229 197 175
HSL 24° 50.94% 79.22%
HSB/HSV 24° 23.58% 89.80%
CMYK 0.00% 13.97% 23.58%
10.20%

Color #E5C5AF in popluar number systems.

HEX E5 C5 AF
Decimal 229 197 175
Binary 11100101 11000101 10101111
Octal 345 305 257

Shades and tints

Shades of #E5C5AF

#E5C5AF
(229,197,175)
#D1B4A0
(209,180,160)
#BDA391
(189,163,145)
#A99282
(169,146,130)
#958173
(149,129,115)
#817064
(129,112,100)
#6D5F55
(109,95,85)
#594E46
(89,78,70)
#453D37
(69,61,55)
#312C28
(49,44,40)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #E5C5AF

#E5C5AF
(229,197,175)
#E7CAB6
(231,202,182)
#E9CFBD
(233,207,189)
#EBD4C4
(235,212,196)
#EDD9CB
(237,217,203)
#EFDED2
(239,222,210)
#F1E3D9
(241,227,217)
#F3E8E0
(243,232,224)
#F5EDE7
(245,237,231)
#F7F2EE
(247,242,238)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C5AF; }

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

This text font color is #E5C5AF.

Background Color

.myBgColor { background-color: #E5C5AF; }

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

This div background color is #E5C5AF.

Border color

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

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

This div border color is #E5C5AF.

Opacity

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

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

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

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

This text has shadow with #E5C5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C5AF.

Preview

Color preview on black background

This text has color #E5C5AF on black background.


Color preview on white background

This text has color #E5C5AF on white background.


Black color preview on #E5C5AF background

This text has black color on #E5C5AF background.


White color preview on #E5C5AF background

This text has white color on #E5C5AF background.


Related colors

Complementary color

Complementary color for #hex is #1A3A50.


I love getcolorcode.com

Triadic colors

1 #AFE5C5 and #C5AFE5 with #E5C5AF are triadic colors.

2 #AFC5E5 and #C5E5AF with #E5C5AF are triadic colors.