HEX: #E9B530
RGB: (233,181,48)
#E9B530 contains mainly red and green colors. Web safe color of #E9B530 is #FFCC33 (or #FC3).
#E9B530 color RGB value is (233,181,48).
RGB: (233,181,48)
(91%, 71%, 19%)
R 233 of 255 = 91%
G 181 of 255 = 71%
B 48 of 255 = 19%
R + G + B ~ 60%. #E9B530 is middle color (not dark and not light).
R + G + B = 233 + 181 + 48 = 462 (100%)
R 233 of 462 ~ 50.43%
G 181 of 462 ~ 39.18%
B 48 of 462 ~ 10.39'%
#E9B530 color CMYK value is (0,22,79,9).
CMYK: (0,22,79,9)
C0M22Y79K9 (0%, 22%, 79%, 9%)
(0.00 / 0.22 / 0.79 / 0.09)
Color #E9B530 in popluar color models
E9 | B5 | 30 | |
---|---|---|---|
RGB | 233 | 181 | 48 |
HSL | 43° | 80.79% | 55.10% |
HSB/HSV | 43° | 79.40% | 91.37% |
CMYK | 0.00% | 22.32% | 79.40% |
8.63% |
Color #E9B530 in popluar number systems.
HEX | E9 | B5 | 30 |
Decimal | 233 | 181 | 48 |
Binary | 11101001 | 10110101 | 110000 |
Octal | 351 | 265 | 60 |
Shades of #E9B530
Tints of #E9B530
Examples of css and html codes for elements with #E9B530 color. Also use rgb(233,181,48) instead hex code.
.myTextColor { color: #E9B530; }
<p style="color:#E9B530">This sample text font color is #E9B530.</p>
This text font color is #E9B530.
.myBgColor { background-color: #E9B530; }
<div style="background-color:#E9B530">Inner text</div>
This div background color is #E9B530.
.myBorderColor { border: 1px solid #E9B530; }
<div style="border:3px solid #E9B530">Div</div>
This div border color is #E9B530.
.myOpacity80 { color: #E9B530; opacity: 0.8; }
<p style="color:#E9B530;opacity:0.8;">80%</p>
Text with #E9B530 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9B530;}
<p style="text-shadow: 3px 3px 1px #E9B530">Text here.</p>
This text has shadow with #E9B530 color.
.textShadow {text-shadow: 3px 3px 1px #E9B530', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9B530, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9B530 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9B530, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9B530, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9B530 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9B530;
-webkit-box-shadow: 1px 1px 3px 2px #E9B530;
box-shadow: 1px 1px 3px 2px #E9B530;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9B530; -webkit-box-shadow: 1px 1px 3px 2px #E9B530; box-shadow:1px 1px 3px 2px #E9B530;">
Div content here
</div>
This text has color #E9B530 on black background.
This text has color #E9B530 on white background.
This text has black color on #E9B530 background.
This text has white color on #E9B530 background.
Complementary color for #hex is #164ACF.