HEX: #E7C29E
RGB: (231,194,158)
#E7C29E contains mainly red and green colors. Web safe color of #E7C29E is #FFCC99 (or #FC9).
#E7C29E color RGB value is (231,194,158).
RGB: (231,194,158)
(91%, 76%, 62%)
R 231 of 255 = 91%
G 194 of 255 = 76%
B 158 of 255 = 62%
R + G + B ~ 76%. #E7C29E is quite light color.
R + G + B = 231 + 194 + 158 = 583 (100%)
R 231 of 583 ~ 39.62%
G 194 of 583 ~ 33.28%
B 158 of 583 ~ 27.1'%
#E7C29E color CMYK value is (0,16,32,9).
CMYK: (0,16,32,9)
C0M16Y32K9 (0%, 16%, 32%, 9%)
(0.00 / 0.16 / 0.32 / 0.09)
Color #E7C29E in popluar color models
E7 | C2 | 9E | |
---|---|---|---|
RGB | 231 | 194 | 158 |
HSL | 30° | 60.33% | 76.27% |
HSB/HSV | 30° | 31.60% | 90.59% |
CMYK | 0.00% | 16.02% | 31.60% |
9.41% |
Color #E7C29E in popluar number systems.
HEX | E7 | C2 | 9E |
Decimal | 231 | 194 | 158 |
Binary | 11100111 | 11000010 | 10011110 |
Octal | 347 | 302 | 236 |
Shades of #E7C29E
Tints of #E7C29E
Examples of css and html codes for elements with #E7C29E color. Also use rgb(231,194,158) instead hex code.
.myTextColor { color: #E7C29E; }
<p style="color:#E7C29E">This sample text font color is #E7C29E.</p>
This text font color is #E7C29E.
.myBgColor { background-color: #E7C29E; }
<div style="background-color:#E7C29E">Inner text</div>
This div background color is #E7C29E.
.myBorderColor { border: 1px solid #E7C29E; }
<div style="border:3px solid #E7C29E">Div</div>
This div border color is #E7C29E.
.myOpacity80 { color: #E7C29E; opacity: 0.8; }
<p style="color:#E7C29E;opacity:0.8;">80%</p>
Text with #E7C29E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7C29E;}
<p style="text-shadow: 3px 3px 1px #E7C29E">Text here.</p>
This text has shadow with #E7C29E color.
.textShadow {text-shadow: 3px 3px 1px #E7C29E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7C29E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7C29E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7C29E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7C29E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7C29E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7C29E;
-webkit-box-shadow: 1px 1px 3px 2px #E7C29E;
box-shadow: 1px 1px 3px 2px #E7C29E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7C29E; -webkit-box-shadow: 1px 1px 3px 2px #E7C29E; box-shadow:1px 1px 3px 2px #E7C29E;">
Div content here
</div>
This text has color #E7C29E on black background.
This text has color #E7C29E on white background.
This text has black color on #E7C29E background.
This text has white color on #E7C29E background.
Complementary color for #hex is #183D61.