Shades of Golden Fizz #EEFA32
Tints of Golden Fizz #EEFA32
RGB
CMYK
RGB Variations
Color information
#EEFA32 (or 0xEEFA32) is known color: Golden Fizz. HEX triplet: EE, FA and 32. RGB value is (238,250,50). Sum of RGB (Red+Green+Blue) = 238+250+50=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 50 (19.92% from 255 or 9.29% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA32 is #1105CD. Grayscale: #E0E0E0. Windows color (decimal): -1115598 or 3341038. OLE color: 3341038.
HSL color Cylindrical-coordinate representation of color #EEFA32: hue angle of 63.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEFA32 is Cyan = 0.05, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 50 | - |
| CMYK | 0.05 | 0 | 0.8 | 0.02 |
| HSL | 63.6º | 0.95% | 0.59% | - |
| HSV(B) | 63.6º | 0.8% | 0.98% | - |
| XYZ | 70.02 | 86.78 | 16.08 | - |
| YUV | 223.61 | 30.02 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 50 | 0.05 | 0 | 0.8 | 0.02 | 63.6 | 0.95 | 0.59 |
| Hex | EE | FA | 32 | 5 | 0 | 50 | 2 | 40 | 5F | 3B |
| Octal | 356 | 372 | 62 | 5 | 0 | 120 | 2 | 100 | 137 | 73 |
| Binary | 11101110 | 11111010 | 110010 | 101 | 0 | 1010000 | 10 | 1000000 | 1011111 | 111011 |
Color Harmonies of #EEFA32
Complementary color
Monochromatic Colors of #EEFA32
Black with #EEFA32
Text Example
Text Example
White with #EEFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA32; }
p { color: rgb(238,250,50); }
H1.HeaderClassName
{
color: #EEFA32;
}
.AnyTagClassName
{
color: #EEFA32;
}
</style>
background-color css
<style>
a { background-color: #EEFA32; }
a { background-color: rgb(238,250,50); }
div.DivClassName
{
background-color: #EEFA32;
}
.BgClassName
{
background-color: #EEFA32;
}
</style>
border-color css
<style>
span { border-color: #EEFA32; }
span { border-color: rgb(238,250,50); }
td.TdClassName
{
border-color: #EEFA32;
}
.TagClassName
{
border-color: #EEFA32;
}
</style>