HEX: #E7D59D
RGB: (231,213,157)
#E7D59D contains mainly red and green colors. Web safe color of #E7D59D is #FFCC99 (or #FC9).
#E7D59D color RGB value is (231,213,157).
RGB: (231,213,157)
(91%, 84%, 62%)
R 231 of 255 = 91%
G 213 of 255 = 84%
B 157 of 255 = 62%
R + G + B ~ 79%. #E7D59D is quite light color.
R + G + B = 231 + 213 + 157 = 601 (100%)
R 231 of 601 ~ 38.44%
G 213 of 601 ~ 35.44%
B 157 of 601 ~ 26.12'%
#E7D59D color CMYK value is (0,8,32,9).
CMYK: (0,8,32,9) C0M8Y32K9 (0%,8%,32%,9%) (0.00/0.08/0.32/0.09)
Color #E7D59D in popluar color models
E7 | D5 | 9D | |
---|---|---|---|
RGB | 231 | 213 | 157 |
HSL | 45° | 60.66% | 76.08% |
HSB/HSV | 45° | 32.03% | 90.59% |
CMYK | 0.00% | 7.79% | 32.03% |
9.41% |
Color #E7D59D in popluar number systems.
HEX | E7 | D5 | 9D |
Decimal | 231 | 213 | 157 |
Binary | 11100111 | 11010101 | 10011101 |
Octal | 347 | 325 | 235 |
Shades of #E7D59D
Tints of #E7D59D
Examples of css and html codes for elements with #E7D59D color. Also use rgb(231,213,157) instead hex code.
.myTextColor { color: #E7D59D; }
<p style="color:#E7D59D">This sample text font color is #E7D59D.</p>
This text font color is #E7D59D.
.myBgColor { background-color: #E7D59D; }
<div style="background-color:#E7D59D">Inner text</div>
This div background color is #E7D59D.
.myBorderColor { border: 1px solid #E7D59D; }
<div style="border:3px solid #E7D59D">Div</div>
This div border color is #E7D59D.
.myOpacity80 { color: #E7D59D; opacity: 0.8; }
<p style="color:#E7D59D;opacity:0.8;">80%</p>
Text with #E7D59D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7D59D;}
<p style="text-shadow: 3px 3px 1px #E7D59D">Text here.</p>
This text has shadow with #E7D59D color.
.textShadow {text-shadow: 3px 3px 1px #E7D59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7D59D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7D59D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7D59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7D59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7D59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7D59D;
-webkit-box-shadow: 1px 1px 3px 2px #E7D59D;
box-shadow: 1px 1px 3px 2px #E7D59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7D59D; -webkit-box-shadow: 1px 1px 3px 2px #E7D59D; box-shadow:1px 1px 3px 2px #E7D59D;">
Div content here
</div>
This text has color #E7D59D on black background.
This text has color #E7D59D on white background.
This text has black color on #E7D59D background.
This text has white color on #E7D59D background.
Complementary color for #hex is #182A62.