HEX: #E7A59D
RGB: (231,165,157)
#E7A59D contains mainly red color. Web safe color of #E7A59D is #FF9999 (or #F99).
#E7A59D color RGB value is (231,165,157).
RGB: (231,165,157)
(91%, 65%, 62%)
R 231 of 255 = 91%
G 165 of 255 = 65%
B 157 of 255 = 62%
R + G + B ~ 73%. #E7A59D is quite light color.
R + G + B = 231 + 165 + 157 = 553 (100%)
R 231 of 553 ~ 41.77%
G 165 of 553 ~ 29.84%
B 157 of 553 ~ 28.39'%
#E7A59D color CMYK value is (0,29,32,9).
CMYK: (0,29,32,9) C0M29Y32K9 (0%,29%,32%,9%) (0.00/0.29/0.32/0.09)
Color #E7A59D in popluar color models
E7 | A5 | 9D | |
---|---|---|---|
RGB | 231 | 165 | 157 |
HSL | 6° | 60.66% | 76.08% |
HSB/HSV | 6° | 32.03% | 90.59% |
CMYK | 0.00% | 28.57% | 32.03% |
9.41% |
Color #E7A59D in popluar number systems.
HEX | E7 | A5 | 9D |
Decimal | 231 | 165 | 157 |
Binary | 11100111 | 10100101 | 10011101 |
Octal | 347 | 245 | 235 |
Shades of #E7A59D
Tints of #E7A59D
Examples of css and html codes for elements with #E7A59D color. Also use rgb(231,165,157) instead hex code.
.myTextColor { color: #E7A59D; }
<p style="color:#E7A59D">This sample text font color is #E7A59D.</p>
This text font color is #E7A59D.
.myBgColor { background-color: #E7A59D; }
<div style="background-color:#E7A59D">Inner text</div>
This div background color is #E7A59D.
.myBorderColor { border: 1px solid #E7A59D; }
<div style="border:3px solid #E7A59D">Div</div>
This div border color is #E7A59D.
.myOpacity80 { color: #E7A59D; opacity: 0.8; }
<p style="color:#E7A59D;opacity:0.8;">80%</p>
Text with #E7A59D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7A59D;}
<p style="text-shadow: 3px 3px 1px #E7A59D">Text here.</p>
This text has shadow with #E7A59D color.
.textShadow {text-shadow: 3px 3px 1px #E7A59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7A59D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7A59D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7A59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7A59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7A59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7A59D;
-webkit-box-shadow: 1px 1px 3px 2px #E7A59D;
box-shadow: 1px 1px 3px 2px #E7A59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7A59D; -webkit-box-shadow: 1px 1px 3px 2px #E7A59D; box-shadow:1px 1px 3px 2px #E7A59D;">
Div content here
</div>
This text has color #E7A59D on black background.
This text has color #E7A59D on white background.
This text has black color on #E7A59D background.
This text has white color on #E7A59D background.
Complementary color for #hex is #185A62.