HEX: #E1A600
RGB: (225,166,0)
#E1A600 contains only red and green colors. Web safe color of #E1A600 is #CC9900 (or #C90).
#E1A600 color RGB value is (225,166,0).
RGB: (225,166,0)
(88%, 65%, 0%)
R 225 of 255 = 88%
G 166 of 255 = 65%
B 0 of 255 = 0%
R + G + B ~ 51%. #E1A600 is middle color (not dark and not light).
R + G + B = 225 + 166 + 0 = 391 (100%)
R 225 of 391 ~ 57.54%
G 166 of 391 ~ 42.46%
B 0 of 391 ~ 0'%
#E1A600 color CMYK value is (0,26,100,12).
CMYK: (0,26,100,12)
C0M26Y100K12 (0%, 26%, 100%, 12%)
(0.00 / 0.26 / 1.00 / 0.12)
Color #E1A600 in popluar color models
E1 | A6 | 00 | |
---|---|---|---|
RGB | 225 | 166 | 0 |
HSL | 44° | 100.00% | 44.12% |
HSB/HSV | 44° | 100.00% | 88.24% |
CMYK | 0.00% | 26.22% | 100.00% |
11.76% |
Color #E1A600 in popluar number systems.
HEX | E1 | A6 | 00 |
Decimal | 225 | 166 | 0 |
Binary | 11100001 | 10100110 | 0 |
Octal | 341 | 246 | 0 |
Shades of #E1A600
Tints of #E1A600
Examples of css and html codes for elements with #E1A600 color. Also use rgb(225,166,0) instead hex code.
.myTextColor { color: #E1A600; }
<p style="color:#E1A600">This sample text font color is #E1A600.</p>
This text font color is #E1A600.
.myBgColor { background-color: #E1A600; }
<div style="background-color:#E1A600">Inner text</div>
This div background color is #E1A600.
.myBorderColor { border: 1px solid #E1A600; }
<div style="border:3px solid #E1A600">Div</div>
This div border color is #E1A600.
.myOpacity80 { color: #E1A600; opacity: 0.8; }
<p style="color:#E1A600;opacity:0.8;">80%</p>
Text with #E1A600 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1A600;}
<p style="text-shadow: 3px 3px 1px #E1A600">Text here.</p>
This text has shadow with #E1A600 color.
.textShadow {text-shadow: 3px 3px 1px #E1A600', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1A600, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1A600 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1A600, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1A600, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1A600 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1A600;
-webkit-box-shadow: 1px 1px 3px 2px #E1A600;
box-shadow: 1px 1px 3px 2px #E1A600;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1A600; -webkit-box-shadow: 1px 1px 3px 2px #E1A600; box-shadow:1px 1px 3px 2px #E1A600;">
Div content here
</div>
This text has color #E1A600 on black background.
This text has color #E1A600 on white background.
This text has black color on #E1A600 background.
This text has white color on #E1A600 background.
Complementary color for #hex is #1E59FF.
Color #E1A600 is used in Mikado Yellow gradient.
Mikado Yellow