Shades of Golden Fizz #EEF62C
Tints of Golden Fizz #EEF62C
RGB
CMYK
RGB Variations
Color information
#EEF62C (or 0xEEF62C) is known color: Golden Fizz. HEX triplet: EE, F6 and 2C. RGB value is (238,246,44). Sum of RGB (Red+Green+Blue) = 238+246+44=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 44 (17.58% from 255 or 8.33% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF62C is #1109D3. Grayscale: #DDDDDD. Windows color (decimal): -1116628 or 2946798. OLE color: 2946798.
HSL color Cylindrical-coordinate representation of color #EEF62C: hue angle of 62.38º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF62C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 44 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.04 |
| HSL | 62.38º | 0.92% | 0.57% | - |
| HSV(B) | 62.38º | 0.82% | 0.96% | - |
| XYZ | 68.67 | 84.27 | 15.03 | - |
| YUV | 220.58 | 28.35 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 44 | 0.03 | 0 | 0.82 | 0.04 | 62.38 | 0.92 | 0.57 |
| Hex | EE | F6 | 2C | 3 | 0 | 52 | 4 | 3E | 5C | 39 |
| Octal | 356 | 366 | 54 | 3 | 0 | 122 | 4 | 76 | 134 | 71 |
| Binary | 11101110 | 11110110 | 101100 | 11 | 0 | 1010010 | 100 | 111110 | 1011100 | 111001 |
Color Harmonies of #EEF62C
Complementary color
Monochromatic Colors of #EEF62C
Black with #EEF62C
Text Example
Text Example
White with #EEF62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF62C; }
p { color: rgb(238,246,44); }
H1.HeaderClassName
{
color: #EEF62C;
}
.AnyTagClassName
{
color: #EEF62C;
}
</style>
background-color css
<style>
a { background-color: #EEF62C; }
a { background-color: rgb(238,246,44); }
div.DivClassName
{
background-color: #EEF62C;
}
.BgClassName
{
background-color: #EEF62C;
}
</style>
border-color css
<style>
span { border-color: #EEF62C; }
span { border-color: rgb(238,246,44); }
td.TdClassName
{
border-color: #EEF62C;
}
.TagClassName
{
border-color: #EEF62C;
}
</style>