Shades of Golden Fizz #EEE52C
Tints of Golden Fizz #EEE52C
RGB
CMYK
RGB Variations
Color information
#EEE52C (or 0xEEE52C) is known color: Golden Fizz. HEX triplet: EE, E5 and 2C. RGB value is (238,229,44). Sum of RGB (Red+Green+Blue) = 238+229+44=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE52C is #111AD3. Grayscale: #D3D3D3. Windows color (decimal): -1120980 or 2942446. OLE color: 2942446.
HSL color Cylindrical-coordinate representation of color #EEE52C: hue angle of 57.22º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEE52C is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 44 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.07 |
| HSL | 57.22º | 0.85% | 0.55% | - |
| HSV(B) | 57.22º | 0.82% | 0.93% | - |
| XYZ | 63.73 | 74.4 | 13.38 | - |
| YUV | 210.6 | 33.98 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 44 | 0 | 0.04 | 0.82 | 0.07 | 57.22 | 0.85 | 0.55 |
| Hex | EE | E5 | 2C | 0 | 4 | 52 | 7 | 39 | 55 | 37 |
| Octal | 356 | 345 | 54 | 0 | 4 | 122 | 7 | 71 | 125 | 67 |
| Binary | 11101110 | 11100101 | 101100 | 0 | 100 | 1010010 | 111 | 111001 | 1010101 | 110111 |
Color Harmonies of #EEE52C
Complementary color
Monochromatic Colors of #EEE52C
Black with #EEE52C
Text Example
Text Example
White with #EEE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE52C; }
p { color: rgb(238,229,44); }
H1.HeaderClassName
{
color: #EEE52C;
}
.AnyTagClassName
{
color: #EEE52C;
}
</style>
background-color css
<style>
a { background-color: #EEE52C; }
a { background-color: rgb(238,229,44); }
div.DivClassName
{
background-color: #EEE52C;
}
.BgClassName
{
background-color: #EEE52C;
}
</style>
border-color css
<style>
span { border-color: #EEE52C; }
span { border-color: rgb(238,229,44); }
td.TdClassName
{
border-color: #EEE52C;
}
.TagClassName
{
border-color: #EEE52C;
}
</style>