HEX: #E5A33B
RGB: (229,163,59)
#E5A33B contains mainly red color. Web safe color of #E5A33B is #CC9933 (or #C93).
#E5A33B color RGB value is (229,163,59).
RGB: (229,163,59)
(90%, 64%, 23%)
R 229 of 255 = 90%
G 163 of 255 = 64%
B 59 of 255 = 23%
R + G + B ~ 59%. #E5A33B is middle color (not dark and not light).
R + G + B = 229 + 163 + 59 = 451 (100%)
R 229 of 451 ~ 50.78%
G 163 of 451 ~ 36.14%
B 59 of 451 ~ 13.08'%
#E5A33B color CMYK value is (0,29,74,10).
CMYK: (0,29,74,10)
C0M29Y74K10 (0%, 29%, 74%, 10%)
(0.00 / 0.29 / 0.74 / 0.10)
Color #E5A33B in popluar color models
E5 | A3 | 3B | |
---|---|---|---|
RGB | 229 | 163 | 59 |
HSL | 37° | 76.58% | 56.47% |
HSB/HSV | 37° | 74.24% | 89.80% |
CMYK | 0.00% | 28.82% | 74.24% |
10.20% |
Color #E5A33B in popluar number systems.
HEX | E5 | A3 | 3B |
Decimal | 229 | 163 | 59 |
Binary | 11100101 | 10100011 | 111011 |
Octal | 345 | 243 | 73 |
Shades of #E5A33B
Tints of #E5A33B
Examples of css and html codes for elements with #E5A33B color. Also use rgb(229,163,59) instead hex code.
.myTextColor { color: #E5A33B; }
<p style="color:#E5A33B">This sample text font color is #E5A33B.</p>
This text font color is #E5A33B.
.myBgColor { background-color: #E5A33B; }
<div style="background-color:#E5A33B">Inner text</div>
This div background color is #E5A33B.
.myBorderColor { border: 1px solid #E5A33B; }
<div style="border:3px solid #E5A33B">Div</div>
This div border color is #E5A33B.
.myOpacity80 { color: #E5A33B; opacity: 0.8; }
<p style="color:#E5A33B;opacity:0.8;">80%</p>
Text with #E5A33B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5A33B;}
<p style="text-shadow: 3px 3px 1px #E5A33B">Text here.</p>
This text has shadow with #E5A33B color.
.textShadow {text-shadow: 3px 3px 1px #E5A33B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5A33B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5A33B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5A33B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5A33B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5A33B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5A33B;
-webkit-box-shadow: 1px 1px 3px 2px #E5A33B;
box-shadow: 1px 1px 3px 2px #E5A33B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5A33B; -webkit-box-shadow: 1px 1px 3px 2px #E5A33B; box-shadow:1px 1px 3px 2px #E5A33B;">
Div content here
</div>
This text has color #E5A33B on black background.
This text has color #E5A33B on white background.
This text has black color on #E5A33B background.
This text has white color on #E5A33B background.
Complementary color for #hex is #1A5CC4.