Shades of Golden Fizz #EEF232
Tints of Golden Fizz #EEF232
RGB
CMYK
RGB Variations
Color information
#EEF232 (or 0xEEF232) is known color: Golden Fizz. HEX triplet: EE, F2 and 32. RGB value is (238,242,50). Sum of RGB (Red+Green+Blue) = 238+242+50=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF232 is #110DCD. Grayscale: #DBDBDB. Windows color (decimal): -1117646 or 3338990. OLE color: 3338990.
HSL color Cylindrical-coordinate representation of color #EEF232: hue angle of 61.25º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEF232 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 50 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.05 |
| HSL | 61.25º | 0.88% | 0.57% | - |
| HSV(B) | 61.25º | 0.79% | 0.95% | - |
| XYZ | 67.59 | 81.91 | 15.27 | - |
| YUV | 218.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 50 | 0.02 | 0 | 0.79 | 0.05 | 61.25 | 0.88 | 0.57 |
| Hex | EE | F2 | 32 | 2 | 0 | 4F | 5 | 3D | 58 | 39 |
| Octal | 356 | 362 | 62 | 2 | 0 | 117 | 5 | 75 | 130 | 71 |
| Binary | 11101110 | 11110010 | 110010 | 10 | 0 | 1001111 | 101 | 111101 | 1011000 | 111001 |
Color Harmonies of #EEF232
Complementary color
Monochromatic Colors of #EEF232
Black with #EEF232
Text Example
Text Example
White with #EEF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF232; }
p { color: rgb(238,242,50); }
H1.HeaderClassName
{
color: #EEF232;
}
.AnyTagClassName
{
color: #EEF232;
}
</style>
background-color css
<style>
a { background-color: #EEF232; }
a { background-color: rgb(238,242,50); }
div.DivClassName
{
background-color: #EEF232;
}
.BgClassName
{
background-color: #EEF232;
}
</style>
border-color css
<style>
span { border-color: #EEF232; }
span { border-color: rgb(238,242,50); }
td.TdClassName
{
border-color: #EEF232;
}
.TagClassName
{
border-color: #EEF232;
}
</style>