Shades of Energy Yellow #EEDE46
Tints of Energy Yellow #EEDE46
RGB
CMYK
RGB Variations
Color information
#EEDE46 (or 0xEEDE46) is known color: Energy Yellow. HEX triplet: EE, DE and 46. RGB value is (238,222,70). Sum of RGB (Red+Green+Blue) = 238+222+70=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE46 is #1121B9. Grayscale: #D2D2D2. Windows color (decimal): -1122746 or 4644590. OLE color: 4644590.
HSL color Cylindrical-coordinate representation of color #EEDE46: hue angle of 54.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEDE46 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 70 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.07 |
| HSL | 54.29º | 0.83% | 0.6% | - |
| HSV(B) | 54.29º | 0.71% | 0.93% | - |
| XYZ | 62.49 | 70.86 | 16.18 | - |
| YUV | 209.46 | 49.3 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 70 | 0 | 0.07 | 0.71 | 0.07 | 54.29 | 0.83 | 0.6 |
| Hex | EE | DE | 46 | 0 | 7 | 47 | 7 | 36 | 53 | 3C |
| Octal | 356 | 336 | 106 | 0 | 7 | 107 | 7 | 66 | 123 | 74 |
| Binary | 11101110 | 11011110 | 1000110 | 0 | 111 | 1000111 | 111 | 110110 | 1010011 | 111100 |
Color Harmonies of #EEDE46
Complementary color
Monochromatic Colors of #EEDE46
Black with #EEDE46
Text Example
Text Example
White with #EEDE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE46; }
p { color: rgb(238,222,70); }
H1.HeaderClassName
{
color: #EEDE46;
}
.AnyTagClassName
{
color: #EEDE46;
}
</style>
background-color css
<style>
a { background-color: #EEDE46; }
a { background-color: rgb(238,222,70); }
div.DivClassName
{
background-color: #EEDE46;
}
.BgClassName
{
background-color: #EEDE46;
}
</style>
border-color css
<style>
span { border-color: #EEDE46; }
span { border-color: rgb(238,222,70); }
td.TdClassName
{
border-color: #EEDE46;
}
.TagClassName
{
border-color: #EEDE46;
}
</style>