Shades of Energy Yellow #EED849
Tints of Energy Yellow #EED849
RGB
CMYK
RGB Variations
Color information
#EED849 (or 0xEED849) is known color: Energy Yellow. HEX triplet: EE, D8 and 49. RGB value is (238,216,73). Sum of RGB (Red+Green+Blue) = 238+216+73=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED849 is #1127B6. Grayscale: #CECECE. Windows color (decimal): -1124279 or 4839662. OLE color: 4839662.
HSL color Cylindrical-coordinate representation of color #EED849: hue angle of 52º 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 #EED849 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 73 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.07 |
| HSL | 52º | 0.83% | 0.61% | - |
| HSV(B) | 52º | 0.69% | 0.93% | - |
| XYZ | 61.02 | 67.77 | 16.17 | - |
| YUV | 206.28 | 52.79 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 73 | 0 | 0.09 | 0.69 | 0.07 | 52 | 0.83 | 0.61 |
| Hex | EE | D8 | 49 | 0 | 9 | 45 | 7 | 34 | 53 | 3D |
| Octal | 356 | 330 | 111 | 0 | 11 | 105 | 7 | 64 | 123 | 75 |
| Binary | 11101110 | 11011000 | 1001001 | 0 | 1001 | 1000101 | 111 | 110100 | 1010011 | 111101 |
Color Harmonies of #EED849
Complementary color
Monochromatic Colors of #EED849
Black with #EED849
Text Example
Text Example
White with #EED849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED849; }
p { color: rgb(238,216,73); }
H1.HeaderClassName
{
color: #EED849;
}
.AnyTagClassName
{
color: #EED849;
}
</style>
background-color css
<style>
a { background-color: #EED849; }
a { background-color: rgb(238,216,73); }
div.DivClassName
{
background-color: #EED849;
}
.BgClassName
{
background-color: #EED849;
}
</style>
border-color css
<style>
span { border-color: #EED849; }
span { border-color: rgb(238,216,73); }
td.TdClassName
{
border-color: #EED849;
}
.TagClassName
{
border-color: #EED849;
}
</style>