Shades of Energy Yellow #EEDE4E
Tints of Energy Yellow #EEDE4E
RGB
CMYK
RGB Variations
Color information
#EEDE4E (or 0xEEDE4E) is known color: Energy Yellow. HEX triplet: EE, DE and 4E. RGB value is (238,222,78). Sum of RGB (Red+Green+Blue) = 238+222+78=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE4E is #1121B1. Grayscale: #D2D2D2. Windows color (decimal): -1122738 or 5168878. OLE color: 5168878.
HSL color Cylindrical-coordinate representation of color #EEDE4E: hue angle of 54º 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 #EEDE4E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 78 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.07 |
| HSL | 54º | 0.82% | 0.62% | - |
| HSV(B) | 54º | 0.67% | 0.93% | - |
| XYZ | 62.76 | 70.97 | 17.6 | - |
| YUV | 210.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 78 | 0 | 0.07 | 0.67 | 0.07 | 54 | 0.82 | 0.62 |
| Hex | EE | DE | 4E | 0 | 7 | 43 | 7 | 36 | 52 | 3E |
| Octal | 356 | 336 | 116 | 0 | 7 | 103 | 7 | 66 | 122 | 76 |
| Binary | 11101110 | 11011110 | 1001110 | 0 | 111 | 1000011 | 111 | 110110 | 1010010 | 111110 |
Color Harmonies of #EEDE4E
Complementary color
Monochromatic Colors of #EEDE4E
Black with #EEDE4E
Text Example
Text Example
White with #EEDE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE4E; }
p { color: rgb(238,222,78); }
H1.HeaderClassName
{
color: #EEDE4E;
}
.AnyTagClassName
{
color: #EEDE4E;
}
</style>
background-color css
<style>
a { background-color: #EEDE4E; }
a { background-color: rgb(238,222,78); }
div.DivClassName
{
background-color: #EEDE4E;
}
.BgClassName
{
background-color: #EEDE4E;
}
</style>
border-color css
<style>
span { border-color: #EEDE4E; }
span { border-color: rgb(238,222,78); }
td.TdClassName
{
border-color: #EEDE4E;
}
.TagClassName
{
border-color: #EEDE4E;
}
</style>