Shades of Energy Yellow #EEDC4C
Tints of Energy Yellow #EEDC4C
RGB
CMYK
RGB Variations
Color information
#EEDC4C (or 0xEEDC4C) is known color: Energy Yellow. HEX triplet: EE, DC and 4C. RGB value is (238,220,76). Sum of RGB (Red+Green+Blue) = 238+220+76=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC4C is #1123B3. Grayscale: #D1D1D1. Windows color (decimal): -1123252 or 5037294. OLE color: 5037294.
HSL color Cylindrical-coordinate representation of color #EEDC4C: hue angle of 53.33º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEDC4C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 76 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.07 |
| HSL | 53.33º | 0.83% | 0.62% | - |
| HSV(B) | 53.33º | 0.68% | 0.93% | - |
| XYZ | 62.16 | 69.89 | 17.05 | - |
| YUV | 208.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 76 | 0 | 0.08 | 0.68 | 0.07 | 53.33 | 0.83 | 0.62 |
| Hex | EE | DC | 4C | 0 | 8 | 44 | 7 | 35 | 53 | 3E |
| Octal | 356 | 334 | 114 | 0 | 10 | 104 | 7 | 65 | 123 | 76 |
| Binary | 11101110 | 11011100 | 1001100 | 0 | 1000 | 1000100 | 111 | 110101 | 1010011 | 111110 |
Color Harmonies of #EEDC4C
Complementary color
Monochromatic Colors of #EEDC4C
Black with #EEDC4C
Text Example
Text Example
White with #EEDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC4C; }
p { color: rgb(238,220,76); }
H1.HeaderClassName
{
color: #EEDC4C;
}
.AnyTagClassName
{
color: #EEDC4C;
}
</style>
background-color css
<style>
a { background-color: #EEDC4C; }
a { background-color: rgb(238,220,76); }
div.DivClassName
{
background-color: #EEDC4C;
}
.BgClassName
{
background-color: #EEDC4C;
}
</style>
border-color css
<style>
span { border-color: #EEDC4C; }
span { border-color: rgb(238,220,76); }
td.TdClassName
{
border-color: #EEDC4C;
}
.TagClassName
{
border-color: #EEDC4C;
}
</style>