COLOR #E5A59D

HEX: #E5A59D RGB: (229,165,157)

Color info

#E5A59D contains mainly red color. Web safe color of #E5A59D is #CC9999 (or #C99).

RGB color model

#E5A59D color RGB value is (229,165,157).

RGB: (229,165,157) (90%, 65%, 62%)

RGB channels and saturation

R 229 of 255 = 90%
G 165 of 255 = 65%
B 157 of 255 = 62%

229
165
157

R + G + B ~ 72%. #E5A59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 165 + 157 = 551 (100%)
R 229 of 551 ~ 41.56%
G 165 of 551 ~ 29.95%
B 157 of 551 ~ 28.49'%

%41.56
%29.95
%28.49

CMYK color model

#E5A59D color CMYK value is (0,28,31,10).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 31.44%
  • key color value is 10.20%
CMYK: (0,28,31,10) C0M28Y31K10 (0%,28%,31%,10%) (0.00/0.28/0.31/0.10) 

CMYK percentages

%0
%27.95
%31.44
%10.2

Codes

Color #E5A59D in popluar color models

E5 A5 9D
RGB 229 165 157
HSL 58.06% 75.69%
HSB/HSV 31.44% 89.80%
CMYK 0.00% 27.95% 31.44%
10.20%

Color #E5A59D in popluar number systems.

HEX E5 A5 9D
Decimal 229 165 157
Binary 11100101 10100101 10011101
Octal 345 245 235

Shades and tints

Shades of #E5A59D

#E5A59D
(229,165,157)
#D1968F
(209,150,143)
#BD8781
(189,135,129)
#A97873
(169,120,115)
#956965
(149,105,101)
#815A57
(129,90,87)
#6D4B49
(109,75,73)
#593C3B
(89,60,59)
#452D2D
(69,45,45)
#311E1F
(49,30,31)
#1D0F11
(29,15,17)
#000000
(0,0,0)

Tints of #E5A59D

#E5A59D
(229,165,157)
#E7ADA5
(231,173,165)
#E9B5AD
(233,181,173)
#EBBDB5
(235,189,181)
#EDC5BD
(237,197,189)
#EFCDC5
(239,205,197)
#F1D5CD
(241,213,205)
#F3DDD5
(243,221,213)
#F5E5DD
(245,229,221)
#F7EDE5
(247,237,229)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A59D color. Also use rgb(229,165,157) instead hex code.

Text Font Color

.myTextColor { color: #E5A59D; }

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

This text font color is #E5A59D.

Background Color

.myBgColor { background-color: #E5A59D; }

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

This div background color is #E5A59D.

Border color

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

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

This div border color is #E5A59D.

Opacity

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

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

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

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

This text has shadow with #E5A59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A59D.

Preview

Color preview on black background

This text has color #E5A59D on black background.


Color preview on white background

This text has color #E5A59D on white background.


Black color preview on #E5A59D background

This text has black color on #E5A59D background.


White color preview on #E5A59D background

This text has white color on #E5A59D background.


Related colors

Complementary color

Complementary color for #hex is #1A5A62.


I love getcolorcode.com

Triadic colors

1 #9DE5A5 and #A59DE5 with #E5A59D are triadic colors.

2 #9DA5E5 and #A5E59D with #E5A59D are triadic colors.