Shades of Golden Fizz #EEE224
Tints of Golden Fizz #EEE224
RGB
CMYK
RGB Variations
Color information
#EEE224 (or 0xEEE224) is known color: Golden Fizz. HEX triplet: EE, E2 and 24. RGB value is (238,226,36). Sum of RGB (Red+Green+Blue) = 238+226+36=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE224 is #111DDB. Grayscale: #D0D0D0. Windows color (decimal): -1121756 or 2417390. OLE color: 2417390.
HSL color Cylindrical-coordinate representation of color #EEE224: hue angle of 56.44º 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 #EEE224 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 36 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.07 |
| HSL | 56.44º | 0.86% | 0.54% | - |
| HSV(B) | 56.44º | 0.85% | 0.93% | - |
| XYZ | 62.77 | 72.7 | 12.39 | - |
| YUV | 207.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 36 | 0 | 0.05 | 0.85 | 0.07 | 56.44 | 0.86 | 0.54 |
| Hex | EE | E2 | 24 | 0 | 5 | 55 | 7 | 38 | 56 | 36 |
| Octal | 356 | 342 | 44 | 0 | 5 | 125 | 7 | 70 | 126 | 66 |
| Binary | 11101110 | 11100010 | 100100 | 0 | 101 | 1010101 | 111 | 111000 | 1010110 | 110110 |
Color Harmonies of #EEE224
Complementary color
Monochromatic Colors of #EEE224
Black with #EEE224
Text Example
Text Example
White with #EEE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE224; }
p { color: rgb(238,226,36); }
H1.HeaderClassName
{
color: #EEE224;
}
.AnyTagClassName
{
color: #EEE224;
}
</style>
background-color css
<style>
a { background-color: #EEE224; }
a { background-color: rgb(238,226,36); }
div.DivClassName
{
background-color: #EEE224;
}
.BgClassName
{
background-color: #EEE224;
}
</style>
border-color css
<style>
span { border-color: #EEE224; }
span { border-color: rgb(238,226,36); }
td.TdClassName
{
border-color: #EEE224;
}
.TagClassName
{
border-color: #EEE224;
}
</style>