Shades of Energy Yellow #EDDD47
Tints of Energy Yellow #EDDD47
RGB
CMYK
RGB Variations
Color information
#EDDD47 (or 0xEDDD47) is known color: Energy Yellow. HEX triplet: ED, DD and 47. RGB value is (237,221,71). Sum of RGB (Red+Green+Blue) = 237+221+71=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD47 is #1222B8. Grayscale: #D1D1D1. Windows color (decimal): -1188537 or 4709869. OLE color: 4709869.
HSL color Cylindrical-coordinate representation of color #EDDD47: hue angle of 54.22º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDDD47 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 71 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.07 |
| HSL | 54.22º | 0.82% | 0.6% | - |
| HSV(B) | 54.22º | 0.7% | 0.93% | - |
| XYZ | 61.92 | 70.17 | 16.24 | - |
| YUV | 208.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 71 | 0 | 0.07 | 0.70 | 0.07 | 54.22 | 0.82 | 0.6 |
| Hex | ED | DD | 47 | 0 | 7 | 46 | 7 | 36 | 52 | 3C |
| Octal | 355 | 335 | 107 | 0 | 7 | 106 | 7 | 66 | 122 | 74 |
| Binary | 11101101 | 11011101 | 1000111 | 0 | 111 | 1000110 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #EDDD47
Complementary color
Monochromatic Colors of #EDDD47
Black with #EDDD47
Text Example
Text Example
White with #EDDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD47; }
p { color: rgb(237,221,71); }
H1.HeaderClassName
{
color: #EDDD47;
}
.AnyTagClassName
{
color: #EDDD47;
}
</style>
background-color css
<style>
a { background-color: #EDDD47; }
a { background-color: rgb(237,221,71); }
div.DivClassName
{
background-color: #EDDD47;
}
.BgClassName
{
background-color: #EDDD47;
}
</style>
border-color css
<style>
span { border-color: #EDDD47; }
span { border-color: rgb(237,221,71); }
td.TdClassName
{
border-color: #EDDD47;
}
.TagClassName
{
border-color: #EDDD47;
}
</style>