HEX: #E7B58C
RGB: (231,181,140)
#E7B58C contains mainly red and green colors. Web safe color of #E7B58C is #FFCC99 (or #FC9).
#E7B58C color RGB value is (231,181,140).
RGB: (231,181,140)
(91%, 71%, 55%)
R 231 of 255 = 91%
G 181 of 255 = 71%
B 140 of 255 = 55%
R + G + B ~ 72%. #E7B58C is quite light color.
R + G + B = 231 + 181 + 140 = 552 (100%)
R 231 of 552 ~ 41.85%
G 181 of 552 ~ 32.79%
B 140 of 552 ~ 25.36'%
#E7B58C color CMYK value is (0,22,39,9).
CMYK: (0,22,39,9) C0M22Y39K9 (0%,22%,39%,9%) (0.00/0.22/0.39/0.09)
Color #E7B58C in popluar color models
E7 | B5 | 8C | |
---|---|---|---|
RGB | 231 | 181 | 140 |
HSL | 27° | 65.47% | 72.75% |
HSB/HSV | 27° | 39.39% | 90.59% |
CMYK | 0.00% | 21.65% | 39.39% |
9.41% |
Color #E7B58C in popluar number systems.
HEX | E7 | B5 | 8C |
Decimal | 231 | 181 | 140 |
Binary | 11100111 | 10110101 | 10001100 |
Octal | 347 | 265 | 214 |
Shades of #E7B58C
Tints of #E7B58C
Examples of css and html codes for elements with #E7B58C color. Also use rgb(231,181,140) instead hex code.
.myTextColor { color: #E7B58C; }
<p style="color:#E7B58C">This sample text font color is #E7B58C.</p>
This text font color is #E7B58C.
.myBgColor { background-color: #E7B58C; }
<div style="background-color:#E7B58C">Inner text</div>
This div background color is #E7B58C.
.myBorderColor { border: 1px solid #E7B58C; }
<div style="border:3px solid #E7B58C">Div</div>
This div border color is #E7B58C.
.myOpacity80 { color: #E7B58C; opacity: 0.8; }
<p style="color:#E7B58C;opacity:0.8;">80%</p>
Text with #E7B58C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7B58C;}
<p style="text-shadow: 3px 3px 1px #E7B58C">Text here.</p>
This text has shadow with #E7B58C color.
.textShadow {text-shadow: 3px 3px 1px #E7B58C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7B58C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7B58C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7B58C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7B58C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7B58C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7B58C;
-webkit-box-shadow: 1px 1px 3px 2px #E7B58C;
box-shadow: 1px 1px 3px 2px #E7B58C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7B58C; -webkit-box-shadow: 1px 1px 3px 2px #E7B58C; box-shadow:1px 1px 3px 2px #E7B58C;">
Div content here
</div>
This text has color #E7B58C on black background.
This text has color #E7B58C on white background.
This text has black color on #E7B58C background.
This text has white color on #E7B58C background.
Complementary color for #hex is #184A73.