HEX: #E7D592
RGB: (231,213,146)
#E7D592 contains mainly red and green colors. Web safe color of #E7D592 is #FFCC99 (or #FC9).
#E7D592 color RGB value is (231,213,146).
RGB: (231,213,146) (91%,84%,57%)
R 231 of 255 = 91%
G 213 of 255 = 84%
B 146 of 255 = 57%
R + G + B ~ 77%. #E7D592 is quite light color.
R + G + B =
231 + 213 + 146 = 590 (100%)
R 231 of 590 ~ 39.15%
G 213 of 590 ~ 36.1%
B 146 of 590 ~ 24.75%
#E7D592 color CMYK value is (0,8,37,9).
CMYK: (0,8,37,9) C0M8Y37K9 (0%,8%,37%,9%) (0.00/0.08/0.37/0.09)
E7 | D5 | 92 | |
---|---|---|---|
RGB | 231 | 213 | 146 |
HSL | 47° | 63.91% | 73.92% |
HSB/HSV | 47° | 36.80% | 90.59% |
CMYK | 0.00% | 7.79% | 36.80% |
9.41% |
HEX | E7 | D5 | 92 |
Decimal | 231 | 213 | 146 |
Binary | 11100111 | 11010101 | 10010010 |
Octal | 347 | 325 | 222 |
Examples of css and html codes for elements with #E7D592 color. Also use rgb(231,213,146) instead hex code.
.myTextColor { color: #E7D592; }
<p style="color:#E7D592">This sample text font color is #E7D592.</p>
This text font color is #E7D592.
.myBgColor { background-color: #E7D592; }
<div style="background-color:#E7D592">Inner text</div>
This div background color is #E7D592.
.myBorderColor { border: 1px solid #E7D592; }
<div style="border:3px solid #E7D592">Div</div>
This div border color is #E7D592.
.myOpacity80 { color: #E7D592; opacity: 0.8; }
<p style="color:#E7D592;opacity:0.8;">80%</p>
Text with #E7D592 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7D592;}
<p style="text-shadow: 3px 3px 1px #E7D592">Text here.</p>
This text has shadow with #E7D592 color.
.textShadow {text-shadow: 3px 3px 1px #E7D592, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7D592, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7D592 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7D592, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7D592, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7D592 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7D592; -webkit-box-shadow: 1px 1px 3px 2px #E7D592; box-shadow: 1px 1px 3px 2px #E7D592; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7D592; -webkit-box-shadow: 1px 1px 3px 2px #E7D592; box-shadow:1px 1px 3px 2px #E7D592;">
Div content here</div>
This text has color #E7D592 on black background.
This text has color #E7D592 on white background.
This text has black color on #E7D592 background.
This text has white color on #E7D592 background.