Shades of Golden Fizz #EEF53C
Tints of Golden Fizz #EEF53C
RGB
CMYK
RGB Variations
Color information
#EEF53C (or 0xEEF53C) is known color: Golden Fizz. HEX triplet: EE, F5 and 3C. RGB value is (238,245,60). Sum of RGB (Red+Green+Blue) = 238+245+60=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 60 (23.83% from 255 or 11.05% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF53C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF53C is #110AC3. Grayscale: #DEDEDE. Windows color (decimal): -1116868 or 3995118. OLE color: 3995118.
HSL color Cylindrical-coordinate representation of color #EEF53C: hue angle of 62.27º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEF53C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 60 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.04 |
| HSL | 62.27º | 0.9% | 0.6% | - |
| HSV(B) | 62.27º | 0.76% | 0.96% | - |
| XYZ | 68.73 | 83.81 | 16.83 | - |
| YUV | 221.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 60 | 0.03 | 0 | 0.76 | 0.04 | 62.27 | 0.9 | 0.6 |
| Hex | EE | F5 | 3C | 3 | 0 | 4C | 4 | 3E | 5A | 3C |
| Octal | 356 | 365 | 74 | 3 | 0 | 114 | 4 | 76 | 132 | 74 |
| Binary | 11101110 | 11110101 | 111100 | 11 | 0 | 1001100 | 100 | 111110 | 1011010 | 111100 |
Color Harmonies of #EEF53C
Complementary color
Monochromatic Colors of #EEF53C
Black with #EEF53C
Text Example
Text Example
White with #EEF53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF53C; }
p { color: rgb(238,245,60); }
H1.HeaderClassName
{
color: #EEF53C;
}
.AnyTagClassName
{
color: #EEF53C;
}
</style>
background-color css
<style>
a { background-color: #EEF53C; }
a { background-color: rgb(238,245,60); }
div.DivClassName
{
background-color: #EEF53C;
}
.BgClassName
{
background-color: #EEF53C;
}
</style>
border-color css
<style>
span { border-color: #EEF53C; }
span { border-color: rgb(238,245,60); }
td.TdClassName
{
border-color: #EEF53C;
}
.TagClassName
{
border-color: #EEF53C;
}
</style>