HEX: #E6DD1A
RGB: (230,221,26)
#E6DD1A contains mainly red and green colors. Web safe color of #E6DD1A is #CCCC00 (or #CC0).
#E6DD1A color RGB value is (230,221,26).
RGB: (230,221,26)
(90%, 87%, 10%)
R 230 of 255 = 90%
G 221 of 255 = 87%
B 26 of 255 = 10%
R + G + B ~ 62%. #E6DD1A is quite light color.
R + G + B = 230 + 221 + 26 = 477 (100%)
R 230 of 477 ~ 48.22%
G 221 of 477 ~ 46.33%
B 26 of 477 ~ 5.45'%
#E6DD1A color CMYK value is (0,4,89,10).
CMYK: (0,4,89,10)
C0M4Y89K10 (0%, 4%, 89%, 10%)
(0.00 / 0.04 / 0.89 / 0.10)
Color #E6DD1A in popluar color models
E6 | DD | 1A | |
---|---|---|---|
RGB | 230 | 221 | 26 |
HSL | 57° | 80.31% | 50.20% |
HSB/HSV | 57° | 88.70% | 90.20% |
CMYK | 0.00% | 3.91% | 88.70% |
9.80% |
Color #E6DD1A in popluar number systems.
HEX | E6 | DD | 1A |
Decimal | 230 | 221 | 26 |
Binary | 11100110 | 11011101 | 11010 |
Octal | 346 | 335 | 32 |
Shades of #E6DD1A
Tints of #E6DD1A
Examples of css and html codes for elements with #E6DD1A color. Also use rgb(230,221,26) instead hex code.
.myTextColor { color: #E6DD1A; }
<p style="color:#E6DD1A">This sample text font color is #E6DD1A.</p>
This text font color is #E6DD1A.
.myBgColor { background-color: #E6DD1A; }
<div style="background-color:#E6DD1A">Inner text</div>
This div background color is #E6DD1A.
.myBorderColor { border: 1px solid #E6DD1A; }
<div style="border:3px solid #E6DD1A">Div</div>
This div border color is #E6DD1A.
.myOpacity80 { color: #E6DD1A; opacity: 0.8; }
<p style="color:#E6DD1A;opacity:0.8;">80%</p>
Text with #E6DD1A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DD1A;}
<p style="text-shadow: 3px 3px 1px #E6DD1A">Text here.</p>
This text has shadow with #E6DD1A color.
.textShadow {text-shadow: 3px 3px 1px #E6DD1A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DD1A, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DD1A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DD1A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DD1A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DD1A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DD1A;
-webkit-box-shadow: 1px 1px 3px 2px #E6DD1A;
box-shadow: 1px 1px 3px 2px #E6DD1A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DD1A; -webkit-box-shadow: 1px 1px 3px 2px #E6DD1A; box-shadow:1px 1px 3px 2px #E6DD1A;">
Div content here
</div>
This text has color #E6DD1A on black background.
This text has color #E6DD1A on white background.
This text has black color on #E6DD1A background.
This text has white color on #E6DD1A background.
Complementary color for #hex is #1922E5.