Shades of Golden Fizz #EEF031
Tints of Golden Fizz #EEF031
RGB
CMYK
RGB Variations
Color information
#EEF031 (or 0xEEF031) is known color: Golden Fizz. HEX triplet: EE, F0 and 31. RGB value is (238,240,49). Sum of RGB (Red+Green+Blue) = 238+240+49=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 49 (19.53% from 255 or 9.30% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF031 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF031 is #110FCE. Grayscale: #DADADA. Windows color (decimal): -1118159 or 3272942. OLE color: 3272942.
HSL color Cylindrical-coordinate representation of color #EEF031: hue angle of 60.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEF031 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 49 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.06 |
| HSL | 60.63º | 0.86% | 0.57% | - |
| HSV(B) | 60.63º | 0.8% | 0.94% | - |
| XYZ | 66.97 | 80.72 | 14.96 | - |
| YUV | 217.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 49 | 0.01 | 0 | 0.80 | 0.06 | 60.63 | 0.86 | 0.57 |
| Hex | EE | F0 | 31 | 1 | 0 | 50 | 6 | 3D | 56 | 39 |
| Octal | 356 | 360 | 61 | 1 | 0 | 120 | 6 | 75 | 126 | 71 |
| Binary | 11101110 | 11110000 | 110001 | 1 | 0 | 1010000 | 110 | 111101 | 1010110 | 111001 |
Color Harmonies of #EEF031
Complementary color
Monochromatic Colors of #EEF031
Black with #EEF031
Text Example
Text Example
White with #EEF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF031; }
p { color: rgb(238,240,49); }
H1.HeaderClassName
{
color: #EEF031;
}
.AnyTagClassName
{
color: #EEF031;
}
</style>
background-color css
<style>
a { background-color: #EEF031; }
a { background-color: rgb(238,240,49); }
div.DivClassName
{
background-color: #EEF031;
}
.BgClassName
{
background-color: #EEF031;
}
</style>
border-color css
<style>
span { border-color: #EEF031; }
span { border-color: rgb(238,240,49); }
td.TdClassName
{
border-color: #EEF031;
}
.TagClassName
{
border-color: #EEF031;
}
</style>