Shades of Energy Yellow #EEDB47
Tints of Energy Yellow #EEDB47
RGB
CMYK
RGB Variations
Color information
#EEDB47 (or 0xEEDB47) is known color: Energy Yellow. HEX triplet: EE, DB and 47. RGB value is (238,219,71). Sum of RGB (Red+Green+Blue) = 238+219+71=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB47 is #1124B8. Grayscale: #D0D0D0. Windows color (decimal): -1123513 or 4709358. OLE color: 4709358.
HSL color Cylindrical-coordinate representation of color #EEDB47: hue angle of 53.17º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEDB47 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 71 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 53.17º | 0.83% | 0.61% | - |
| HSV(B) | 53.17º | 0.7% | 0.93% | - |
| XYZ | 61.73 | 69.3 | 16.08 | - |
| YUV | 207.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 71 | 0 | 0.08 | 0.70 | 0.07 | 53.17 | 0.83 | 0.61 |
| Hex | EE | DB | 47 | 0 | 8 | 46 | 7 | 35 | 53 | 3D |
| Octal | 356 | 333 | 107 | 0 | 10 | 106 | 7 | 65 | 123 | 75 |
| Binary | 11101110 | 11011011 | 1000111 | 0 | 1000 | 1000110 | 111 | 110101 | 1010011 | 111101 |
Color Harmonies of #EEDB47
Complementary color
Monochromatic Colors of #EEDB47
Black with #EEDB47
Text Example
Text Example
White with #EEDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB47; }
p { color: rgb(238,219,71); }
H1.HeaderClassName
{
color: #EEDB47;
}
.AnyTagClassName
{
color: #EEDB47;
}
</style>
background-color css
<style>
a { background-color: #EEDB47; }
a { background-color: rgb(238,219,71); }
div.DivClassName
{
background-color: #EEDB47;
}
.BgClassName
{
background-color: #EEDB47;
}
</style>
border-color css
<style>
span { border-color: #EEDB47; }
span { border-color: rgb(238,219,71); }
td.TdClassName
{
border-color: #EEDB47;
}
.TagClassName
{
border-color: #EEDB47;
}
</style>