Shades of Energy Yellow #EDDD48
Tints of Energy Yellow #EDDD48
RGB
CMYK
RGB Variations
Color information
#EDDD48 (or 0xEDDD48) is known color: Energy Yellow. HEX triplet: ED, DD and 48. RGB value is (237,221,72). Sum of RGB (Red+Green+Blue) = 237+221+72=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD48 is #1222B7. Grayscale: #D1D1D1. Windows color (decimal): -1188536 or 4775405. OLE color: 4775405.
HSL color Cylindrical-coordinate representation of color #EDDD48: hue angle of 54.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDDD48 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 72 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.07 |
| HSL | 54.18º | 0.82% | 0.61% | - |
| HSV(B) | 54.18º | 0.7% | 0.93% | - |
| XYZ | 61.95 | 70.19 | 16.41 | - |
| YUV | 208.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 72 | 0 | 0.07 | 0.70 | 0.07 | 54.18 | 0.82 | 0.61 |
| Hex | ED | DD | 48 | 0 | 7 | 46 | 7 | 36 | 52 | 3D |
| Octal | 355 | 335 | 110 | 0 | 7 | 106 | 7 | 66 | 122 | 75 |
| Binary | 11101101 | 11011101 | 1001000 | 0 | 111 | 1000110 | 111 | 110110 | 1010010 | 111101 |
Color Harmonies of #EDDD48
Complementary color
Monochromatic Colors of #EDDD48
Black with #EDDD48
Text Example
Text Example
White with #EDDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD48; }
p { color: rgb(237,221,72); }
H1.HeaderClassName
{
color: #EDDD48;
}
.AnyTagClassName
{
color: #EDDD48;
}
</style>
background-color css
<style>
a { background-color: #EDDD48; }
a { background-color: rgb(237,221,72); }
div.DivClassName
{
background-color: #EDDD48;
}
.BgClassName
{
background-color: #EDDD48;
}
</style>
border-color css
<style>
span { border-color: #EDDD48; }
span { border-color: rgb(237,221,72); }
td.TdClassName
{
border-color: #EDDD48;
}
.TagClassName
{
border-color: #EDDD48;
}
</style>