Shades of Energy Yellow #EEDD4A
Tints of Energy Yellow #EEDD4A
RGB
CMYK
RGB Variations
Color information
#EEDD4A (or 0xEEDD4A) is known color: Energy Yellow. HEX triplet: EE, DD and 4A. RGB value is (238,221,74). Sum of RGB (Red+Green+Blue) = 238+221+74=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD4A is #1122B5. Grayscale: #D1D1D1. Windows color (decimal): -1122998 or 4906478. OLE color: 4906478.
HSL color Cylindrical-coordinate representation of color #EEDD4A: hue angle of 53.78º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEDD4A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 74 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.07 |
| HSL | 53.78º | 0.83% | 0.61% | - |
| HSV(B) | 53.78º | 0.69% | 0.93% | - |
| XYZ | 62.35 | 70.38 | 16.78 | - |
| YUV | 209.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 74 | 0 | 0.07 | 0.69 | 0.07 | 53.78 | 0.83 | 0.61 |
| Hex | EE | DD | 4A | 0 | 7 | 45 | 7 | 36 | 53 | 3D |
| Octal | 356 | 335 | 112 | 0 | 7 | 105 | 7 | 66 | 123 | 75 |
| Binary | 11101110 | 11011101 | 1001010 | 0 | 111 | 1000101 | 111 | 110110 | 1010011 | 111101 |
Color Harmonies of #EEDD4A
Complementary color
Monochromatic Colors of #EEDD4A
Black with #EEDD4A
Text Example
Text Example
White with #EEDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD4A; }
p { color: rgb(238,221,74); }
H1.HeaderClassName
{
color: #EEDD4A;
}
.AnyTagClassName
{
color: #EEDD4A;
}
</style>
background-color css
<style>
a { background-color: #EEDD4A; }
a { background-color: rgb(238,221,74); }
div.DivClassName
{
background-color: #EEDD4A;
}
.BgClassName
{
background-color: #EEDD4A;
}
</style>
border-color css
<style>
span { border-color: #EEDD4A; }
span { border-color: rgb(238,221,74); }
td.TdClassName
{
border-color: #EEDD4A;
}
.TagClassName
{
border-color: #EEDD4A;
}
</style>