Shades of Energy Yellow #EED848
Tints of Energy Yellow #EED848
RGB
CMYK
RGB Variations
Color information
#EED848 (or 0xEED848) is known color: Energy Yellow. HEX triplet: EE, D8 and 48. RGB value is (238,216,72). Sum of RGB (Red+Green+Blue) = 238+216+72=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EED848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED848 is #1127B7. Grayscale: #CECECE. Windows color (decimal): -1124280 or 4774126. OLE color: 4774126.
HSL color Cylindrical-coordinate representation of color #EED848: hue angle of 52.05º 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 #EED848 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 72 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.07 |
| HSL | 52.05º | 0.83% | 0.61% | - |
| HSV(B) | 52.05º | 0.7% | 0.93% | - |
| XYZ | 60.99 | 67.76 | 15.99 | - |
| YUV | 206.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 72 | 0 | 0.09 | 0.70 | 0.07 | 52.05 | 0.83 | 0.61 |
| Hex | EE | D8 | 48 | 0 | 9 | 46 | 7 | 34 | 53 | 3D |
| Octal | 356 | 330 | 110 | 0 | 11 | 106 | 7 | 64 | 123 | 75 |
| Binary | 11101110 | 11011000 | 1001000 | 0 | 1001 | 1000110 | 111 | 110100 | 1010011 | 111101 |
Color Harmonies of #EED848
Complementary color
Monochromatic Colors of #EED848
Black with #EED848
Text Example
Text Example
White with #EED848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED848; }
p { color: rgb(238,216,72); }
H1.HeaderClassName
{
color: #EED848;
}
.AnyTagClassName
{
color: #EED848;
}
</style>
background-color css
<style>
a { background-color: #EED848; }
a { background-color: rgb(238,216,72); }
div.DivClassName
{
background-color: #EED848;
}
.BgClassName
{
background-color: #EED848;
}
</style>
border-color css
<style>
span { border-color: #EED848; }
span { border-color: rgb(238,216,72); }
td.TdClassName
{
border-color: #EED848;
}
.TagClassName
{
border-color: #EED848;
}
</style>