Shades of Energy Yellow #EEDA49
Tints of Energy Yellow #EEDA49
RGB
CMYK
RGB Variations
Color information
#EEDA49 (or 0xEEDA49) is known color: Energy Yellow. HEX triplet: EE, DA and 49. RGB value is (238,218,73). Sum of RGB (Red+Green+Blue) = 238+218+73=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA49 is #1125B6. Grayscale: #D0D0D0. Windows color (decimal): -1123767 or 4840174. OLE color: 4840174.
HSL color Cylindrical-coordinate representation of color #EEDA49: hue angle of 52.73º 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 #EEDA49 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 73 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.07 |
| HSL | 52.73º | 0.83% | 0.61% | - |
| HSV(B) | 52.73º | 0.69% | 0.93% | - |
| XYZ | 61.53 | 68.8 | 16.34 | - |
| YUV | 207.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 73 | 0 | 0.08 | 0.69 | 0.07 | 52.73 | 0.83 | 0.61 |
| Hex | EE | DA | 49 | 0 | 8 | 45 | 7 | 35 | 53 | 3D |
| Octal | 356 | 332 | 111 | 0 | 10 | 105 | 7 | 65 | 123 | 75 |
| Binary | 11101110 | 11011010 | 1001001 | 0 | 1000 | 1000101 | 111 | 110101 | 1010011 | 111101 |
Color Harmonies of #EEDA49
Complementary color
Monochromatic Colors of #EEDA49
Black with #EEDA49
Text Example
Text Example
White with #EEDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA49; }
p { color: rgb(238,218,73); }
H1.HeaderClassName
{
color: #EEDA49;
}
.AnyTagClassName
{
color: #EEDA49;
}
</style>
background-color css
<style>
a { background-color: #EEDA49; }
a { background-color: rgb(238,218,73); }
div.DivClassName
{
background-color: #EEDA49;
}
.BgClassName
{
background-color: #EEDA49;
}
</style>
border-color css
<style>
span { border-color: #EEDA49; }
span { border-color: rgb(238,218,73); }
td.TdClassName
{
border-color: #EEDA49;
}
.TagClassName
{
border-color: #EEDA49;
}
</style>