Shades of Golden Fizz #EEE824
Tints of Golden Fizz #EEE824
RGB
CMYK
RGB Variations
Color information
#EEE824 (or 0xEEE824) is known color: Golden Fizz. HEX triplet: EE, E8 and 24. RGB value is (238,232,36). Sum of RGB (Red+Green+Blue) = 238+232+36=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE824 is #1117DB. Grayscale: #D4D4D4. Windows color (decimal): -1120220 or 2418926. OLE color: 2418926.
HSL color Cylindrical-coordinate representation of color #EEE824: hue angle of 58.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEE824 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 36 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.07 |
| HSL | 58.22º | 0.86% | 0.54% | - |
| HSV(B) | 58.22º | 0.85% | 0.93% | - |
| XYZ | 64.43 | 76.02 | 12.95 | - |
| YUV | 211.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 36 | 0 | 0.03 | 0.85 | 0.07 | 58.22 | 0.86 | 0.54 |
| Hex | EE | E8 | 24 | 0 | 3 | 55 | 7 | 3A | 56 | 36 |
| Octal | 356 | 350 | 44 | 0 | 3 | 125 | 7 | 72 | 126 | 66 |
| Binary | 11101110 | 11101000 | 100100 | 0 | 11 | 1010101 | 111 | 111010 | 1010110 | 110110 |
Color Harmonies of #EEE824
Complementary color
Monochromatic Colors of #EEE824
Black with #EEE824
Text Example
Text Example
White with #EEE824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE824; }
p { color: rgb(238,232,36); }
H1.HeaderClassName
{
color: #EEE824;
}
.AnyTagClassName
{
color: #EEE824;
}
</style>
background-color css
<style>
a { background-color: #EEE824; }
a { background-color: rgb(238,232,36); }
div.DivClassName
{
background-color: #EEE824;
}
.BgClassName
{
background-color: #EEE824;
}
</style>
border-color css
<style>
span { border-color: #EEE824; }
span { border-color: rgb(238,232,36); }
td.TdClassName
{
border-color: #EEE824;
}
.TagClassName
{
border-color: #EEE824;
}
</style>