Shades of Golden Fizz #EEFF32
Tints of Golden Fizz #EEFF32
RGB
CMYK
RGB Variations
Color information
#EEFF32 (or 0xEEFF32) is known color: Golden Fizz. HEX triplet: EE, FF and 32. RGB value is (238,255,50). Sum of RGB (Red+Green+Blue) = 238+255+50=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 50 (19.92% from 255 or 9.21% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF32 is #1100CD. Grayscale: #E3E3E3. Windows color (decimal): -1114318 or 3342318. OLE color: 3342318.
HSL color Cylindrical-coordinate representation of color #EEFF32: hue angle of 64.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEFF32 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0 |
| HSL | 64.98º | 1% | 0.6% | - |
| HSV(B) | 64.98º | 0.8% | 1% | - |
| XYZ | 71.6 | 89.93 | 16.6 | - |
| YUV | 226.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 50 | 0.07 | 0 | 0.80 | 0 | 64.98 | 1 | 0.6 |
| Hex | EE | FF | 32 | 7 | 0 | 50 | 0 | 41 | 64 | 3C |
| Octal | 356 | 377 | 62 | 7 | 0 | 120 | 0 | 101 | 144 | 74 |
| Binary | 11101110 | 11111111 | 110010 | 111 | 0 | 1010000 | 0 | 1000001 | 1100100 | 111100 |
Color Harmonies of #EEFF32
Complementary color
Monochromatic Colors of #EEFF32
Black with #EEFF32
Text Example
Text Example
White with #EEFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF32; }
p { color: rgb(238,255,50); }
H1.HeaderClassName
{
color: #EEFF32;
}
.AnyTagClassName
{
color: #EEFF32;
}
</style>
background-color css
<style>
a { background-color: #EEFF32; }
a { background-color: rgb(238,255,50); }
div.DivClassName
{
background-color: #EEFF32;
}
.BgClassName
{
background-color: #EEFF32;
}
</style>
border-color css
<style>
span { border-color: #EEFF32; }
span { border-color: rgb(238,255,50); }
td.TdClassName
{
border-color: #EEFF32;
}
.TagClassName
{
border-color: #EEFF32;
}
</style>