Shades of Golden Fizz #EEFC32
Tints of Golden Fizz #EEFC32
RGB
CMYK
RGB Variations
Color information
#EEFC32 (or 0xEEFC32) is known color: Golden Fizz. HEX triplet: EE, FC and 32. RGB value is (238,252,50). Sum of RGB (Red+Green+Blue) = 238+252+50=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFC32 is #1103CD. Grayscale: #E1E1E1. Windows color (decimal): -1115086 or 3341550. OLE color: 3341550.
HSL color Cylindrical-coordinate representation of color #EEFC32: hue angle of 64.16º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEFC32 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 252 | 50 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.01 |
| HSL | 64.16º | 0.97% | 0.59% | - |
| HSV(B) | 64.16º | 0.8% | 0.99% | - |
| XYZ | 70.65 | 88.03 | 16.29 | - |
| YUV | 224.79 | 29.36 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 252 | 50 | 0.06 | 0 | 0.80 | 0.01 | 64.16 | 0.97 | 0.59 |
| Hex | EE | FC | 32 | 6 | 0 | 50 | 1 | 40 | 61 | 3B |
| Octal | 356 | 374 | 62 | 6 | 0 | 120 | 1 | 100 | 141 | 73 |
| Binary | 11101110 | 11111100 | 110010 | 110 | 0 | 1010000 | 1 | 1000000 | 1100001 | 111011 |
Color Harmonies of #EEFC32
Complementary color
Monochromatic Colors of #EEFC32
Black with #EEFC32
Text Example
Text Example
White with #EEFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFC32; }
p { color: rgb(238,252,50); }
H1.HeaderClassName
{
color: #EEFC32;
}
.AnyTagClassName
{
color: #EEFC32;
}
</style>
background-color css
<style>
a { background-color: #EEFC32; }
a { background-color: rgb(238,252,50); }
div.DivClassName
{
background-color: #EEFC32;
}
.BgClassName
{
background-color: #EEFC32;
}
</style>
border-color css
<style>
span { border-color: #EEFC32; }
span { border-color: rgb(238,252,50); }
td.TdClassName
{
border-color: #EEFC32;
}
.TagClassName
{
border-color: #EEFC32;
}
</style>