Shades of Energy Yellow #EEDA47
Tints of Energy Yellow #EEDA47
RGB
CMYK
RGB Variations
Color information
#EEDA47 (or 0xEEDA47) is known color: Energy Yellow. HEX triplet: EE, DA and 47. RGB value is (238,218,71). Sum of RGB (Red+Green+Blue) = 238+218+71=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA47 is #1125B8. Grayscale: #CFCFCF. Windows color (decimal): -1123769 or 4709102. OLE color: 4709102.
HSL color Cylindrical-coordinate representation of color #EEDA47: hue angle of 52.81º 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 #EEDA47 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 71 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 52.81º | 0.83% | 0.61% | - |
| HSV(B) | 52.81º | 0.7% | 0.93% | - |
| XYZ | 61.47 | 68.77 | 16 | - |
| YUV | 207.22 | 51.13 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 71 | 0 | 0.08 | 0.70 | 0.07 | 52.81 | 0.83 | 0.61 |
| Hex | EE | DA | 47 | 0 | 8 | 46 | 7 | 35 | 53 | 3D |
| Octal | 356 | 332 | 107 | 0 | 10 | 106 | 7 | 65 | 123 | 75 |
| Binary | 11101110 | 11011010 | 1000111 | 0 | 1000 | 1000110 | 111 | 110101 | 1010011 | 111101 |
Color Harmonies of #EEDA47
Complementary color
Monochromatic Colors of #EEDA47
Black with #EEDA47
Text Example
Text Example
White with #EEDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA47; }
p { color: rgb(238,218,71); }
H1.HeaderClassName
{
color: #EEDA47;
}
.AnyTagClassName
{
color: #EEDA47;
}
</style>
background-color css
<style>
a { background-color: #EEDA47; }
a { background-color: rgb(238,218,71); }
div.DivClassName
{
background-color: #EEDA47;
}
.BgClassName
{
background-color: #EEDA47;
}
</style>
border-color css
<style>
span { border-color: #EEDA47; }
span { border-color: rgb(238,218,71); }
td.TdClassName
{
border-color: #EEDA47;
}
.TagClassName
{
border-color: #EEDA47;
}
</style>