Shades of Golden Fizz #EEF932
Tints of Golden Fizz #EEF932
RGB
CMYK
RGB Variations
Color information
#EEF932 (or 0xEEF932) is known color: Golden Fizz. HEX triplet: EE, F9 and 32. RGB value is (238,249,50). Sum of RGB (Red+Green+Blue) = 238+249+50=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 50 (19.92% from 255 or 9.31% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF932 is #1106CD. Grayscale: #DFDFDF. Windows color (decimal): -1115854 or 3340782. OLE color: 3340782.
HSL color Cylindrical-coordinate representation of color #EEF932: hue angle of 63.32º degrees, saturation: 0.94, 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 #EEF932 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.02 |
| HSL | 63.32º | 0.94% | 0.59% | - |
| HSV(B) | 63.32º | 0.8% | 0.98% | - |
| XYZ | 69.71 | 86.16 | 15.97 | - |
| YUV | 223.03 | 30.36 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 50 | 0.04 | 0 | 0.80 | 0.02 | 63.32 | 0.94 | 0.59 |
| Hex | EE | F9 | 32 | 4 | 0 | 50 | 2 | 3F | 5E | 3B |
| Octal | 356 | 371 | 62 | 4 | 0 | 120 | 2 | 77 | 136 | 73 |
| Binary | 11101110 | 11111001 | 110010 | 100 | 0 | 1010000 | 10 | 111111 | 1011110 | 111011 |
Color Harmonies of #EEF932
Complementary color
Monochromatic Colors of #EEF932
Black with #EEF932
Text Example
Text Example
White with #EEF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF932; }
p { color: rgb(238,249,50); }
H1.HeaderClassName
{
color: #EEF932;
}
.AnyTagClassName
{
color: #EEF932;
}
</style>
background-color css
<style>
a { background-color: #EEF932; }
a { background-color: rgb(238,249,50); }
div.DivClassName
{
background-color: #EEF932;
}
.BgClassName
{
background-color: #EEF932;
}
</style>
border-color css
<style>
span { border-color: #EEF932; }
span { border-color: rgb(238,249,50); }
td.TdClassName
{
border-color: #EEF932;
}
.TagClassName
{
border-color: #EEF932;
}
</style>