Shades of Golden Fizz #EEF124
Tints of Golden Fizz #EEF124
RGB
CMYK
RGB Variations
Color information
#EEF124 (or 0xEEF124) is known color: Golden Fizz. HEX triplet: EE, F1 and 24. RGB value is (238,241,36). Sum of RGB (Red+Green+Blue) = 238+241+36=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 36 (14.45% from 255 or 6.99% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF124 is #110EDB. Grayscale: #D9D9D9. Windows color (decimal): -1117916 or 2421230. OLE color: 2421230.
HSL color Cylindrical-coordinate representation of color #EEF124: hue angle of 60.88º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEF124 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 36 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.05 |
| HSL | 60.88º | 0.88% | 0.54% | - |
| HSV(B) | 60.88º | 0.85% | 0.95% | - |
| XYZ | 67.03 | 81.22 | 13.81 | - |
| YUV | 216.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 36 | 0.01 | 0 | 0.85 | 0.05 | 60.88 | 0.88 | 0.54 |
| Hex | EE | F1 | 24 | 1 | 0 | 55 | 5 | 3D | 58 | 36 |
| Octal | 356 | 361 | 44 | 1 | 0 | 125 | 5 | 75 | 130 | 66 |
| Binary | 11101110 | 11110001 | 100100 | 1 | 0 | 1010101 | 101 | 111101 | 1011000 | 110110 |
Color Harmonies of #EEF124
Complementary color
Monochromatic Colors of #EEF124
Black with #EEF124
Text Example
Text Example
White with #EEF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF124; }
p { color: rgb(238,241,36); }
H1.HeaderClassName
{
color: #EEF124;
}
.AnyTagClassName
{
color: #EEF124;
}
</style>
background-color css
<style>
a { background-color: #EEF124; }
a { background-color: rgb(238,241,36); }
div.DivClassName
{
background-color: #EEF124;
}
.BgClassName
{
background-color: #EEF124;
}
</style>
border-color css
<style>
span { border-color: #EEF124; }
span { border-color: rgb(238,241,36); }
td.TdClassName
{
border-color: #EEF124;
}
.TagClassName
{
border-color: #EEF124;
}
</style>