Shades of Golden Fizz #EEF02A
Tints of Golden Fizz #EEF02A
RGB
CMYK
RGB Variations
Color information
#EEF02A (or 0xEEF02A) is known color: Golden Fizz. HEX triplet: EE, F0 and 2A. RGB value is (238,240,42). Sum of RGB (Red+Green+Blue) = 238+240+42=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 42 (16.80% from 255 or 8.08% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF02A is #110FD5. Grayscale: #D9D9D9. Windows color (decimal): -1118166 or 2814190. OLE color: 2814190.
HSL color Cylindrical-coordinate representation of color #EEF02A: hue angle of 60.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF02A is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 42 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.06 |
| HSL | 60.61º | 0.87% | 0.55% | - |
| HSV(B) | 60.61º | 0.83% | 0.94% | - |
| XYZ | 66.84 | 80.66 | 14.24 | - |
| YUV | 216.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 42 | 0.01 | 0 | 0.82 | 0.06 | 60.61 | 0.87 | 0.55 |
| Hex | EE | F0 | 2A | 1 | 0 | 52 | 6 | 3D | 57 | 37 |
| Octal | 356 | 360 | 52 | 1 | 0 | 122 | 6 | 75 | 127 | 67 |
| Binary | 11101110 | 11110000 | 101010 | 1 | 0 | 1010010 | 110 | 111101 | 1010111 | 110111 |
Color Harmonies of #EEF02A
Complementary color
Monochromatic Colors of #EEF02A
Black with #EEF02A
Text Example
Text Example
White with #EEF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF02A; }
p { color: rgb(238,240,42); }
H1.HeaderClassName
{
color: #EEF02A;
}
.AnyTagClassName
{
color: #EEF02A;
}
</style>
background-color css
<style>
a { background-color: #EEF02A; }
a { background-color: rgb(238,240,42); }
div.DivClassName
{
background-color: #EEF02A;
}
.BgClassName
{
background-color: #EEF02A;
}
</style>
border-color css
<style>
span { border-color: #EEF02A; }
span { border-color: rgb(238,240,42); }
td.TdClassName
{
border-color: #EEF02A;
}
.TagClassName
{
border-color: #EEF02A;
}
</style>