HEX: #E5A59D
RGB: (229,165,157)
#E5A59D contains mainly red color. Web safe color of #E5A59D is #CC9999 (or #C99).
#E5A59D color RGB value is (229,165,157).
RGB: (229,165,157)
(90%, 65%, 62%)
R 229 of 255 = 90%
G 165 of 255 = 65%
B 157 of 255 = 62%
R + G + B ~ 72%. #E5A59D is quite light color.
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'%
#E5A59D color CMYK value is (0,28,31,10).
CMYK: (0,28,31,10) C0M28Y31K10 (0%,28%,31%,10%) (0.00/0.28/0.31/0.10)
Color #E5A59D in popluar color models
E5 | A5 | 9D | |
---|---|---|---|
RGB | 229 | 165 | 157 |
HSL | 7° | 58.06% | 75.69% |
HSB/HSV | 7° | 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 of #E5A59D
Tints of #E5A59D
Examples of css and html codes for elements with #E5A59D color. Also use rgb(229,165,157) instead hex code.
.myTextColor { color: #E5A59D; }
<p style="color:#E5A59D">This sample text font color is #E5A59D.</p>
This text font color is #E5A59D.
.myBgColor { background-color: #E5A59D; }
<div style="background-color:#E5A59D">Inner text</div>
This div background color is #E5A59D.
.myBorderColor { border: 1px solid #E5A59D; }
<div style="border:3px solid #E5A59D">Div</div>
This div border color is #E5A59D.
.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%.
.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.
/* 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 text has color #E5A59D on black background.
This text has color #E5A59D on white background.
This text has black color on #E5A59D background.
This text has white color on #E5A59D background.
Complementary color for #hex is #1A5A62.