Shades of Golden Fizz #EEF732
Tints of Golden Fizz #EEF732
RGB
CMYK
RGB Variations
Color information
#EEF732 (or 0xEEF732) is known color: Golden Fizz. HEX triplet: EE, F7 and 32. RGB value is (238,247,50). Sum of RGB (Red+Green+Blue) = 238+247+50=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF732 is #1108CD. Grayscale: #DEDEDE. Windows color (decimal): -1116366 or 3340270. OLE color: 3340270.
HSL color Cylindrical-coordinate representation of color #EEF732: hue angle of 62.74º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEF732 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.03 |
| HSL | 62.74º | 0.92% | 0.58% | - |
| HSV(B) | 62.74º | 0.8% | 0.97% | - |
| XYZ | 69.1 | 84.93 | 15.77 | - |
| YUV | 221.85 | 31.02 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 50 | 0.04 | 0 | 0.80 | 0.03 | 62.74 | 0.92 | 0.58 |
| Hex | EE | F7 | 32 | 4 | 0 | 50 | 3 | 3F | 5C | 3A |
| Octal | 356 | 367 | 62 | 4 | 0 | 120 | 3 | 77 | 134 | 72 |
| Binary | 11101110 | 11110111 | 110010 | 100 | 0 | 1010000 | 11 | 111111 | 1011100 | 111010 |
Color Harmonies of #EEF732
Complementary color
Monochromatic Colors of #EEF732
Black with #EEF732
Text Example
Text Example
White with #EEF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF732; }
p { color: rgb(238,247,50); }
H1.HeaderClassName
{
color: #EEF732;
}
.AnyTagClassName
{
color: #EEF732;
}
</style>
background-color css
<style>
a { background-color: #EEF732; }
a { background-color: rgb(238,247,50); }
div.DivClassName
{
background-color: #EEF732;
}
.BgClassName
{
background-color: #EEF732;
}
</style>
border-color css
<style>
span { border-color: #EEF732; }
span { border-color: rgb(238,247,50); }
td.TdClassName
{
border-color: #EEF732;
}
.TagClassName
{
border-color: #EEF732;
}
</style>