HEX: #E5BC6E
RGB: (229,188,110)
#E5BC6E contains mainly red and green colors. Web safe color of #E5BC6E is #CCCC66 (or #CC6).
#E5BC6E color RGB value is (229,188,110).
RGB: (229,188,110)
(90%, 74%, 43%)
R 229 of 255 = 90%
G 188 of 255 = 74%
B 110 of 255 = 43%
R + G + B ~ 69%. #E5BC6E is quite light color.
R + G + B = 229 + 188 + 110 = 527 (100%)
R 229 of 527 ~ 43.45%
G 188 of 527 ~ 35.67%
B 110 of 527 ~ 20.87'%
#E5BC6E color CMYK value is (0,18,52,10).
CMYK: (0,18,52,10) C0M18Y52K10 (0%,18%,52%,10%) (0.00/0.18/0.52/0.10)
Color #E5BC6E in popluar color models
E5 | BC | 6E | |
---|---|---|---|
RGB | 229 | 188 | 110 |
HSL | 39° | 69.59% | 66.47% |
HSB/HSV | 39° | 51.97% | 89.80% |
CMYK | 0.00% | 17.90% | 51.97% |
10.20% |
Color #E5BC6E in popluar number systems.
HEX | E5 | BC | 6E |
Decimal | 229 | 188 | 110 |
Binary | 11100101 | 10111100 | 1101110 |
Octal | 345 | 274 | 156 |
Shades of #E5BC6E
Tints of #E5BC6E
Examples of css and html codes for elements with #E5BC6E color. Also use rgb(229,188,110) instead hex code.
.myTextColor { color: #E5BC6E; }
<p style="color:#E5BC6E">This sample text font color is #E5BC6E.</p>
This text font color is #E5BC6E.
.myBgColor { background-color: #E5BC6E; }
<div style="background-color:#E5BC6E">Inner text</div>
This div background color is #E5BC6E.
.myBorderColor { border: 1px solid #E5BC6E; }
<div style="border:3px solid #E5BC6E">Div</div>
This div border color is #E5BC6E.
.myOpacity80 { color: #E5BC6E; opacity: 0.8; }
<p style="color:#E5BC6E;opacity:0.8;">80%</p>
Text with #E5BC6E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5BC6E;}
<p style="text-shadow: 3px 3px 1px #E5BC6E">Text here.</p>
This text has shadow with #E5BC6E color.
.textShadow {text-shadow: 3px 3px 1px #E5BC6E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5BC6E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5BC6E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5BC6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5BC6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5BC6E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5BC6E;
-webkit-box-shadow: 1px 1px 3px 2px #E5BC6E;
box-shadow: 1px 1px 3px 2px #E5BC6E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5BC6E; -webkit-box-shadow: 1px 1px 3px 2px #E5BC6E; box-shadow:1px 1px 3px 2px #E5BC6E;">
Div content here
</div>
This text has color #E5BC6E on black background.
This text has color #E5BC6E on white background.
This text has black color on #E5BC6E background.
This text has white color on #E5BC6E background.
Complementary color for #hex is #1A4391.