Shades of Golden Fizz #EEE42C
Tints of Golden Fizz #EEE42C
RGB
CMYK
RGB Variations
Color information
#EEE42C (or 0xEEE42C) is known color: Golden Fizz. HEX triplet: EE, E4 and 2C. RGB value is (238,228,44). Sum of RGB (Red+Green+Blue) = 238+228+44=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE42C is #111BD3. Grayscale: #D2D2D2. Windows color (decimal): -1121236 or 2942190. OLE color: 2942190.
HSL color Cylindrical-coordinate representation of color #EEE42C: hue angle of 56.91º 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 #EEE42C is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 44 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.07 |
| HSL | 56.91º | 0.85% | 0.55% | - |
| HSV(B) | 56.91º | 0.82% | 0.93% | - |
| XYZ | 63.46 | 73.85 | 13.29 | - |
| YUV | 210.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 44 | 0 | 0.04 | 0.82 | 0.07 | 56.91 | 0.85 | 0.55 |
| Hex | EE | E4 | 2C | 0 | 4 | 52 | 7 | 39 | 55 | 37 |
| Octal | 356 | 344 | 54 | 0 | 4 | 122 | 7 | 71 | 125 | 67 |
| Binary | 11101110 | 11100100 | 101100 | 0 | 100 | 1010010 | 111 | 111001 | 1010101 | 110111 |
Color Harmonies of #EEE42C
Complementary color
Monochromatic Colors of #EEE42C
Black with #EEE42C
Text Example
Text Example
White with #EEE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE42C; }
p { color: rgb(238,228,44); }
H1.HeaderClassName
{
color: #EEE42C;
}
.AnyTagClassName
{
color: #EEE42C;
}
</style>
background-color css
<style>
a { background-color: #EEE42C; }
a { background-color: rgb(238,228,44); }
div.DivClassName
{
background-color: #EEE42C;
}
.BgClassName
{
background-color: #EEE42C;
}
</style>
border-color css
<style>
span { border-color: #EEE42C; }
span { border-color: rgb(238,228,44); }
td.TdClassName
{
border-color: #EEE42C;
}
.TagClassName
{
border-color: #EEE42C;
}
</style>