HEX: #EDD600
RGB: (237,214,0)
#EDD600 contains only red and green colors. Web safe color of #EDD600 is #FFCC00 (or #FC0).
#EDD600 color RGB value is (237,214,0).
RGB: (237,214,0)
(93%, 84%, 0%)
R 237 of 255 = 93%
G 214 of 255 = 84%
B 0 of 255 = 0%
R + G + B ~ 59%. #EDD600 is middle color (not dark and not light).
R + G + B = 237 + 214 + 0 = 451 (100%)
R 237 of 451 ~ 52.55%
G 214 of 451 ~ 47.45%
B 0 of 451 ~ 0'%
#EDD600 color CMYK value is (0,10,100,7).
CMYK: (0,10,100,7) C0M10Y100K7 (0%,10%,100%,7%) (0.00/0.10/1.00/0.07)
Color #EDD600 in popluar color models
ED | D6 | 00 | |
---|---|---|---|
RGB | 237 | 214 | 0 |
HSL | 54° | 100.00% | 46.47% |
HSB/HSV | 54° | 100.00% | 92.94% |
CMYK | 0.00% | 9.70% | 100.00% |
7.06% |
Color #EDD600 in popluar number systems.
HEX | ED | D6 | 00 |
Decimal | 237 | 214 | 0 |
Binary | 11101101 | 11010110 | 0 |
Octal | 355 | 326 | 0 |
Shades of #EDD600
Tints of #EDD600
Examples of css and html codes for elements with #EDD600 color. Also use rgb(237,214,0) instead hex code.
.myTextColor { color: #EDD600; }
<p style="color:#EDD600">This sample text font color is #EDD600.</p>
This text font color is #EDD600.
.myBgColor { background-color: #EDD600; }
<div style="background-color:#EDD600">Inner text</div>
This div background color is #EDD600.
.myBorderColor { border: 1px solid #EDD600; }
<div style="border:3px solid #EDD600">Div</div>
This div border color is #EDD600.
.myOpacity80 { color: #EDD600; opacity: 0.8; }
<p style="color:#EDD600;opacity:0.8;">80%</p>
Text with #EDD600 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD600;}
<p style="text-shadow: 3px 3px 1px #EDD600">Text here.</p>
This text has shadow with #EDD600 color.
.textShadow {text-shadow: 3px 3px 1px #EDD600', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD600, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD600 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD600, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD600, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD600 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD600;
-webkit-box-shadow: 1px 1px 3px 2px #EDD600;
box-shadow: 1px 1px 3px 2px #EDD600;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD600; -webkit-box-shadow: 1px 1px 3px 2px #EDD600; box-shadow:1px 1px 3px 2px #EDD600;">
Div content here
</div>
This text has color #EDD600 on black background.
This text has color #EDD600 on white background.
This text has black color on #EDD600 background.
This text has white color on #EDD600 background.
Complementary color for #hex is #1229FF.