Shades of Golden Fizz #EEF12C
Tints of Golden Fizz #EEF12C
RGB
CMYK
RGB Variations
Color information
#EEF12C (or 0xEEF12C) is known color: Golden Fizz. HEX triplet: EE, F1 and 2C. RGB value is (238,241,44). Sum of RGB (Red+Green+Blue) = 238+241+44=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 44 (17.58% from 255 or 8.41% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF12C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF12C is #110ED3. Grayscale: #DADADA. Windows color (decimal): -1117908 or 2945518. OLE color: 2945518.
HSL color Cylindrical-coordinate representation of color #EEF12C: hue angle of 60.91º 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 #EEF12C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 44 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.05 |
| HSL | 60.91º | 0.88% | 0.56% | - |
| HSV(B) | 60.91º | 0.82% | 0.95% | - |
| XYZ | 67.17 | 81.27 | 14.53 | - |
| YUV | 217.65 | 30.01 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 44 | 0.01 | 0 | 0.82 | 0.05 | 60.91 | 0.88 | 0.56 |
| Hex | EE | F1 | 2C | 1 | 0 | 52 | 5 | 3D | 58 | 38 |
| Octal | 356 | 361 | 54 | 1 | 0 | 122 | 5 | 75 | 130 | 70 |
| Binary | 11101110 | 11110001 | 101100 | 1 | 0 | 1010010 | 101 | 111101 | 1011000 | 111000 |
Color Harmonies of #EEF12C
Complementary color
Monochromatic Colors of #EEF12C
Black with #EEF12C
Text Example
Text Example
White with #EEF12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF12C; }
p { color: rgb(238,241,44); }
H1.HeaderClassName
{
color: #EEF12C;
}
.AnyTagClassName
{
color: #EEF12C;
}
</style>
background-color css
<style>
a { background-color: #EEF12C; }
a { background-color: rgb(238,241,44); }
div.DivClassName
{
background-color: #EEF12C;
}
.BgClassName
{
background-color: #EEF12C;
}
</style>
border-color css
<style>
span { border-color: #EEF12C; }
span { border-color: rgb(238,241,44); }
td.TdClassName
{
border-color: #EEF12C;
}
.TagClassName
{
border-color: #EEF12C;
}
</style>