HEX: #E59DAA
RGB: (229,157,170)
#E59DAA contains mainly red and blue colors. Web safe color of #E59DAA is #CC9999 (or #C99).
#E59DAA color RGB value is (229,157,170).
RGB: (229,157,170)
(90%, 62%, 67%)
R 229 of 255 = 90%
G 157 of 255 = 62%
B 170 of 255 = 67%
R + G + B ~ 73%. #E59DAA is quite light color.
R + G + B = 229 + 157 + 170 = 556 (100%)
R 229 of 556 ~ 41.19%
G 157 of 556 ~ 28.24%
B 170 of 556 ~ 30.58'%
#E59DAA color CMYK value is (0,31,26,10).
CMYK: (0,31,26,10) C0M31Y26K10 (0%,31%,26%,10%) (0.00/0.31/0.26/0.10)
Color #E59DAA in popluar color models
E5 | 9D | AA | |
---|---|---|---|
RGB | 229 | 157 | 170 |
HSL | 349° | 58.06% | 75.69% |
HSB/HSV | 349° | 31.44% | 89.80% |
CMYK | 0.00% | 31.44% | 25.76% |
10.20% |
Color #E59DAA in popluar number systems.
HEX | E5 | 9D | AA |
Decimal | 229 | 157 | 170 |
Binary | 11100101 | 10011101 | 10101010 |
Octal | 345 | 235 | 252 |
Shades of #E59DAA
Tints of #E59DAA
Examples of css and html codes for elements with #E59DAA color. Also use rgb(229,157,170) instead hex code.
.myTextColor { color: #E59DAA; }
<p style="color:#E59DAA">This sample text font color is #E59DAA.</p>
This text font color is #E59DAA.
.myBgColor { background-color: #E59DAA; }
<div style="background-color:#E59DAA">Inner text</div>
This div background color is #E59DAA.
.myBorderColor { border: 1px solid #E59DAA; }
<div style="border:3px solid #E59DAA">Div</div>
This div border color is #E59DAA.
.myOpacity80 { color: #E59DAA; opacity: 0.8; }
<p style="color:#E59DAA;opacity:0.8;">80%</p>
Text with #E59DAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E59DAA;}
<p style="text-shadow: 3px 3px 1px #E59DAA">Text here.</p>
This text has shadow with #E59DAA color.
.textShadow {text-shadow: 3px 3px 1px #E59DAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E59DAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E59DAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59DAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E59DAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E59DAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E59DAA;
-webkit-box-shadow: 1px 1px 3px 2px #E59DAA;
box-shadow: 1px 1px 3px 2px #E59DAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E59DAA; -webkit-box-shadow: 1px 1px 3px 2px #E59DAA; box-shadow:1px 1px 3px 2px #E59DAA;">
Div content here
</div>
This text has color #E59DAA on black background.
This text has color #E59DAA on white background.
This text has black color on #E59DAA background.
This text has white color on #E59DAA background.
Complementary color for #hex is #1A6255.