Shades of Energy Yellow #EDDC46
Tints of Energy Yellow #EDDC46
RGB
CMYK
RGB Variations
Color information
#EDDC46 (or 0xEDDC46) is known color: Energy Yellow. HEX triplet: ED, DC and 46. RGB value is (237,220,70). Sum of RGB (Red+Green+Blue) = 237+220+70=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC46 is #1223B9. Grayscale: #D0D0D0. Windows color (decimal): -1188794 or 4644077. OLE color: 4644077.
HSL color Cylindrical-coordinate representation of color #EDDC46: hue angle of 53.89º 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 #EDDC46 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 70 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.07 |
| HSL | 53.89º | 0.82% | 0.6% | - |
| HSV(B) | 53.89º | 0.7% | 0.93% | - |
| XYZ | 61.62 | 69.63 | 15.99 | - |
| YUV | 207.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 70 | 0 | 0.07 | 0.70 | 0.07 | 53.89 | 0.82 | 0.6 |
| Hex | ED | DC | 46 | 0 | 7 | 46 | 7 | 36 | 52 | 3C |
| Octal | 355 | 334 | 106 | 0 | 7 | 106 | 7 | 66 | 122 | 74 |
| Binary | 11101101 | 11011100 | 1000110 | 0 | 111 | 1000110 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #EDDC46
Complementary color
Monochromatic Colors of #EDDC46
Black with #EDDC46
Text Example
Text Example
White with #EDDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC46; }
p { color: rgb(237,220,70); }
H1.HeaderClassName
{
color: #EDDC46;
}
.AnyTagClassName
{
color: #EDDC46;
}
</style>
background-color css
<style>
a { background-color: #EDDC46; }
a { background-color: rgb(237,220,70); }
div.DivClassName
{
background-color: #EDDC46;
}
.BgClassName
{
background-color: #EDDC46;
}
</style>
border-color css
<style>
span { border-color: #EDDC46; }
span { border-color: rgb(237,220,70); }
td.TdClassName
{
border-color: #EDDC46;
}
.TagClassName
{
border-color: #EDDC46;
}
</style>