HEX: #E7D47E
RGB: (231,212,126)
#E7D47E contains mainly red and green colors. Web safe color of #E7D47E is #FFCC66 (or #FC6).
#E7D47E color RGB value is (231,212,126).
RGB: (231,212,126) (91%,83%,49%)
R 231 of 255 = 91%
G 212 of 255 = 83%
B 126 of 255 = 49%
R + G + B ~ 74%. #E7D47E is quite light color.
R + G + B =
231 + 212 + 126 = 569 (100%)
R 231 of 569 ~ 40.6%
G 212 of 569 ~ 37.26%
B 126 of 569 ~ 22.14%
#E7D47E color CMYK value is (0,8,45,9).
CMYK: (0,8,45,9) C0M8Y45K9 (0%,8%,45%,9%) (0.00/0.08/0.45/0.09)
E7 | D4 | 7E | |
---|---|---|---|
RGB | 231 | 212 | 126 |
HSL | 49° | 68.63% | 70.00% |
HSB/HSV | 49° | 45.45% | 90.59% |
CMYK | 0.00% | 8.23% | 45.45% |
9.41% |
HEX | E7 | D4 | 7E |
Decimal | 231 | 212 | 126 |
Binary | 11100111 | 11010100 | 1111110 |
Octal | 347 | 324 | 176 |
Examples of css and html codes for elements with #E7D47E color. Also use rgb(231,212,126) instead hex code.
.myTextColor { color: #E7D47E; }
<p style="color:#E7D47E">This sample text font color is #E7D47E.</p>
This text font color is #E7D47E.
.myBgColor { background-color: #E7D47E; }
<div style="background-color:#E7D47E">Inner text</div>
This div background color is #E7D47E.
.myBorderColor { border: 1px solid #E7D47E; }
<div style="border:3px solid #E7D47E">Div</div>
This div border color is #E7D47E.
.myOpacity80 { color: #E7D47E; opacity: 0.8; }
<p style="color:#E7D47E;opacity:0.8;">80%</p>
Text with #E7D47E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7D47E;}
<p style="text-shadow: 3px 3px 1px #E7D47E">Text here.</p>
This text has shadow with #E7D47E color.
.textShadow {text-shadow: 3px 3px 1px #E7D47E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7D47E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7D47E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7D47E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7D47E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7D47E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7D47E; -webkit-box-shadow: 1px 1px 3px 2px #E7D47E; box-shadow: 1px 1px 3px 2px #E7D47E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7D47E; -webkit-box-shadow: 1px 1px 3px 2px #E7D47E; box-shadow:1px 1px 3px 2px #E7D47E;">
Div content here</div>
This text has color #E7D47E on black background.
This text has color #E7D47E on white background.
This text has black color on #E7D47E background.
This text has white color on #E7D47E background.