Shades of Energy Yellow #EEDC4E
Tints of Energy Yellow #EEDC4E
RGB
CMYK
RGB Variations
Color information
#EEDC4E (or 0xEEDC4E) is known color: Energy Yellow. HEX triplet: EE, DC and 4E. RGB value is (238,220,78). Sum of RGB (Red+Green+Blue) = 238+220+78=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC4E is #1123B1. Grayscale: #D1D1D1. Windows color (decimal): -1123250 or 5168366. OLE color: 5168366.
HSL color Cylindrical-coordinate representation of color #EEDC4E: hue angle of 53.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEDC4E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 78 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.07 |
| HSL | 53.25º | 0.82% | 0.62% | - |
| HSV(B) | 53.25º | 0.67% | 0.93% | - |
| XYZ | 62.23 | 69.91 | 17.42 | - |
| YUV | 209.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 78 | 0 | 0.08 | 0.67 | 0.07 | 53.25 | 0.82 | 0.62 |
| Hex | EE | DC | 4E | 0 | 8 | 43 | 7 | 35 | 52 | 3E |
| Octal | 356 | 334 | 116 | 0 | 10 | 103 | 7 | 65 | 122 | 76 |
| Binary | 11101110 | 11011100 | 1001110 | 0 | 1000 | 1000011 | 111 | 110101 | 1010010 | 111110 |
Color Harmonies of #EEDC4E
Complementary color
Monochromatic Colors of #EEDC4E
Black with #EEDC4E
Text Example
Text Example
White with #EEDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC4E; }
p { color: rgb(238,220,78); }
H1.HeaderClassName
{
color: #EEDC4E;
}
.AnyTagClassName
{
color: #EEDC4E;
}
</style>
background-color css
<style>
a { background-color: #EEDC4E; }
a { background-color: rgb(238,220,78); }
div.DivClassName
{
background-color: #EEDC4E;
}
.BgClassName
{
background-color: #EEDC4E;
}
</style>
border-color css
<style>
span { border-color: #EEDC4E; }
span { border-color: rgb(238,220,78); }
td.TdClassName
{
border-color: #EEDC4E;
}
.TagClassName
{
border-color: #EEDC4E;
}
</style>