Shades of Energy Yellow #EEDE4D
Tints of Energy Yellow #EEDE4D
RGB
CMYK
RGB Variations
Color information
#EEDE4D (or 0xEEDE4D) is known color: Energy Yellow. HEX triplet: EE, DE and 4D. RGB value is (238,222,77). Sum of RGB (Red+Green+Blue) = 238+222+77=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE4D is #1121B2. Grayscale: #D2D2D2. Windows color (decimal): -1122739 or 5103342. OLE color: 5103342.
HSL color Cylindrical-coordinate representation of color #EEDE4D: hue angle of 54.04º 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 #EEDE4D is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 77 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.07 |
| HSL | 54.04º | 0.83% | 0.62% | - |
| HSV(B) | 54.04º | 0.68% | 0.93% | - |
| XYZ | 62.72 | 70.96 | 17.41 | - |
| YUV | 210.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 77 | 0 | 0.07 | 0.68 | 0.07 | 54.04 | 0.83 | 0.62 |
| Hex | EE | DE | 4D | 0 | 7 | 44 | 7 | 36 | 53 | 3E |
| Octal | 356 | 336 | 115 | 0 | 7 | 104 | 7 | 66 | 123 | 76 |
| Binary | 11101110 | 11011110 | 1001101 | 0 | 111 | 1000100 | 111 | 110110 | 1010011 | 111110 |
Color Harmonies of #EEDE4D
Complementary color
Monochromatic Colors of #EEDE4D
Black with #EEDE4D
Text Example
Text Example
White with #EEDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE4D; }
p { color: rgb(238,222,77); }
H1.HeaderClassName
{
color: #EEDE4D;
}
.AnyTagClassName
{
color: #EEDE4D;
}
</style>
background-color css
<style>
a { background-color: #EEDE4D; }
a { background-color: rgb(238,222,77); }
div.DivClassName
{
background-color: #EEDE4D;
}
.BgClassName
{
background-color: #EEDE4D;
}
</style>
border-color css
<style>
span { border-color: #EEDE4D; }
span { border-color: rgb(238,222,77); }
td.TdClassName
{
border-color: #EEDE4D;
}
.TagClassName
{
border-color: #EEDE4D;
}
</style>