Shades of Golden Fizz #EEFD32
Tints of Golden Fizz #EEFD32
RGB
CMYK
RGB Variations
Color information
#EEFD32 (or 0xEEFD32) is known color: Golden Fizz. HEX triplet: EE, FD and 32. RGB value is (238,253,50). Sum of RGB (Red+Green+Blue) = 238+253+50=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 50 (19.92% from 255 or 9.24% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFD32 is #1102CD. Grayscale: #E2E2E2. Windows color (decimal): -1114830 or 3341806. OLE color: 3341806.
HSL color Cylindrical-coordinate representation of color #EEFD32: hue angle of 64.43º degrees, saturation: 0.98, 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 #EEFD32 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 253 | 50 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.01 |
| HSL | 64.43º | 0.98% | 0.59% | - |
| HSV(B) | 64.43º | 0.8% | 0.99% | - |
| XYZ | 70.96 | 88.66 | 16.39 | - |
| YUV | 225.37 | 29.03 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 253 | 50 | 0.06 | 0 | 0.80 | 0.01 | 64.43 | 0.98 | 0.59 |
| Hex | EE | FD | 32 | 6 | 0 | 50 | 1 | 40 | 62 | 3B |
| Octal | 356 | 375 | 62 | 6 | 0 | 120 | 1 | 100 | 142 | 73 |
| Binary | 11101110 | 11111101 | 110010 | 110 | 0 | 1010000 | 1 | 1000000 | 1100010 | 111011 |
Color Harmonies of #EEFD32
Complementary color
Monochromatic Colors of #EEFD32
Black with #EEFD32
Text Example
Text Example
White with #EEFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFD32; }
p { color: rgb(238,253,50); }
H1.HeaderClassName
{
color: #EEFD32;
}
.AnyTagClassName
{
color: #EEFD32;
}
</style>
background-color css
<style>
a { background-color: #EEFD32; }
a { background-color: rgb(238,253,50); }
div.DivClassName
{
background-color: #EEFD32;
}
.BgClassName
{
background-color: #EEFD32;
}
</style>
border-color css
<style>
span { border-color: #EEFD32; }
span { border-color: rgb(238,253,50); }
td.TdClassName
{
border-color: #EEFD32;
}
.TagClassName
{
border-color: #EEFD32;
}
</style>