Shades of Energy Yellow #EEDD4E
Tints of Energy Yellow #EEDD4E
RGB
CMYK
RGB Variations
Color information
#EEDD4E (or 0xEEDD4E) is known color: Energy Yellow. HEX triplet: EE, DD and 4E. RGB value is (238,221,78). Sum of RGB (Red+Green+Blue) = 238+221+78=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD4E is #1122B1. Grayscale: #D2D2D2. Windows color (decimal): -1122994 or 5168622. OLE color: 5168622.
HSL color Cylindrical-coordinate representation of color #EEDD4E: hue angle of 53.62º 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 #EEDD4E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 78 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.07 |
| HSL | 53.63º | 0.82% | 0.62% | - |
| HSV(B) | 53.63º | 0.67% | 0.93% | - |
| XYZ | 62.49 | 70.44 | 17.51 | - |
| YUV | 209.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 78 | 0 | 0.07 | 0.67 | 0.07 | 53.63 | 0.82 | 0.62 |
| Hex | EE | DD | 4E | 0 | 7 | 43 | 7 | 36 | 52 | 3E |
| Octal | 356 | 335 | 116 | 0 | 7 | 103 | 7 | 66 | 122 | 76 |
| Binary | 11101110 | 11011101 | 1001110 | 0 | 111 | 1000011 | 111 | 110110 | 1010010 | 111110 |
Color Harmonies of #EEDD4E
Complementary color
Monochromatic Colors of #EEDD4E
Black with #EEDD4E
Text Example
Text Example
White with #EEDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD4E; }
p { color: rgb(238,221,78); }
H1.HeaderClassName
{
color: #EEDD4E;
}
.AnyTagClassName
{
color: #EEDD4E;
}
</style>
background-color css
<style>
a { background-color: #EEDD4E; }
a { background-color: rgb(238,221,78); }
div.DivClassName
{
background-color: #EEDD4E;
}
.BgClassName
{
background-color: #EEDD4E;
}
</style>
border-color css
<style>
span { border-color: #EEDD4E; }
span { border-color: rgb(238,221,78); }
td.TdClassName
{
border-color: #EEDD4E;
}
.TagClassName
{
border-color: #EEDD4E;
}
</style>