Shades of Golden Fizz #EEF122
Tints of Golden Fizz #EEF122
RGB
CMYK
RGB Variations
Color information
#EEF122 (or 0xEEF122) is known color: Golden Fizz. HEX triplet: EE, F1 and 22. RGB value is (238,241,34). Sum of RGB (Red+Green+Blue) = 238+241+34=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 34 (13.67% from 255 or 6.63% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF122 is #110EDD. Grayscale: #D9D9D9. Windows color (decimal): -1117918 or 2290158. OLE color: 2290158.
HSL color Cylindrical-coordinate representation of color #EEF122: hue angle of 60.87º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEF122 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 34 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.05 |
| HSL | 60.87º | 0.88% | 0.54% | - |
| HSV(B) | 60.87º | 0.86% | 0.95% | - |
| XYZ | 67 | 81.2 | 13.66 | - |
| YUV | 216.51 | 25.01 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 34 | 0.01 | 0 | 0.86 | 0.05 | 60.87 | 0.88 | 0.54 |
| Hex | EE | F1 | 22 | 1 | 0 | 56 | 5 | 3D | 58 | 36 |
| Octal | 356 | 361 | 42 | 1 | 0 | 126 | 5 | 75 | 130 | 66 |
| Binary | 11101110 | 11110001 | 100010 | 1 | 0 | 1010110 | 101 | 111101 | 1011000 | 110110 |
Color Harmonies of #EEF122
Complementary color
Monochromatic Colors of #EEF122
Black with #EEF122
Text Example
Text Example
White with #EEF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF122; }
p { color: rgb(238,241,34); }
H1.HeaderClassName
{
color: #EEF122;
}
.AnyTagClassName
{
color: #EEF122;
}
</style>
background-color css
<style>
a { background-color: #EEF122; }
a { background-color: rgb(238,241,34); }
div.DivClassName
{
background-color: #EEF122;
}
.BgClassName
{
background-color: #EEF122;
}
</style>
border-color css
<style>
span { border-color: #EEF122; }
span { border-color: rgb(238,241,34); }
td.TdClassName
{
border-color: #EEF122;
}
.TagClassName
{
border-color: #EEF122;
}
</style>