Shades of Golden Fizz #EEF22C
Tints of Golden Fizz #EEF22C
RGB
CMYK
RGB Variations
Color information
#EEF22C (or 0xEEF22C) is known color: Golden Fizz. HEX triplet: EE, F2 and 2C. RGB value is (238,242,44). Sum of RGB (Red+Green+Blue) = 238+242+44=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 44 (17.58% from 255 or 8.40% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF22C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF22C is #110DD3. Grayscale: #DBDBDB. Windows color (decimal): -1117652 or 2945774. OLE color: 2945774.
HSL color Cylindrical-coordinate representation of color #EEF22C: hue angle of 61.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF22C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 44 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.05 |
| HSL | 61.21º | 0.88% | 0.56% | - |
| HSV(B) | 61.21º | 0.82% | 0.95% | - |
| XYZ | 67.47 | 81.86 | 14.63 | - |
| YUV | 218.23 | 29.67 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 44 | 0.02 | 0 | 0.82 | 0.05 | 61.21 | 0.88 | 0.56 |
| Hex | EE | F2 | 2C | 2 | 0 | 52 | 5 | 3D | 58 | 38 |
| Octal | 356 | 362 | 54 | 2 | 0 | 122 | 5 | 75 | 130 | 70 |
| Binary | 11101110 | 11110010 | 101100 | 10 | 0 | 1010010 | 101 | 111101 | 1011000 | 111000 |
Color Harmonies of #EEF22C
Complementary color
Monochromatic Colors of #EEF22C
Black with #EEF22C
Text Example
Text Example
White with #EEF22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF22C; }
p { color: rgb(238,242,44); }
H1.HeaderClassName
{
color: #EEF22C;
}
.AnyTagClassName
{
color: #EEF22C;
}
</style>
background-color css
<style>
a { background-color: #EEF22C; }
a { background-color: rgb(238,242,44); }
div.DivClassName
{
background-color: #EEF22C;
}
.BgClassName
{
background-color: #EEF22C;
}
</style>
border-color css
<style>
span { border-color: #EEF22C; }
span { border-color: rgb(238,242,44); }
td.TdClassName
{
border-color: #EEF22C;
}
.TagClassName
{
border-color: #EEF22C;
}
</style>