Shades of Golden Fizz #EEF032
Tints of Golden Fizz #EEF032
RGB
CMYK
RGB Variations
Color information
#EEF032 (or 0xEEF032) is known color: Golden Fizz. HEX triplet: EE, F0 and 32. RGB value is (238,240,50). Sum of RGB (Red+Green+Blue) = 238+240+50=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF032 is #110FCD. Grayscale: #DADADA. Windows color (decimal): -1118158 or 3338478. OLE color: 3338478.
HSL color Cylindrical-coordinate representation of color #EEF032: hue angle of 60.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEF032 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 50 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.06 |
| HSL | 60.63º | 0.86% | 0.57% | - |
| HSV(B) | 60.63º | 0.79% | 0.94% | - |
| XYZ | 67 | 80.73 | 15.07 | - |
| YUV | 217.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 50 | 0.01 | 0 | 0.79 | 0.06 | 60.63 | 0.86 | 0.57 |
| Hex | EE | F0 | 32 | 1 | 0 | 4F | 6 | 3D | 56 | 39 |
| Octal | 356 | 360 | 62 | 1 | 0 | 117 | 6 | 75 | 126 | 71 |
| Binary | 11101110 | 11110000 | 110010 | 1 | 0 | 1001111 | 110 | 111101 | 1010110 | 111001 |
Color Harmonies of #EEF032
Complementary color
Monochromatic Colors of #EEF032
Black with #EEF032
Text Example
Text Example
White with #EEF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF032; }
p { color: rgb(238,240,50); }
H1.HeaderClassName
{
color: #EEF032;
}
.AnyTagClassName
{
color: #EEF032;
}
</style>
background-color css
<style>
a { background-color: #EEF032; }
a { background-color: rgb(238,240,50); }
div.DivClassName
{
background-color: #EEF032;
}
.BgClassName
{
background-color: #EEF032;
}
</style>
border-color css
<style>
span { border-color: #EEF032; }
span { border-color: rgb(238,240,50); }
td.TdClassName
{
border-color: #EEF032;
}
.TagClassName
{
border-color: #EEF032;
}
</style>