Shades of Golden Fizz #EEF53A
Tints of Golden Fizz #EEF53A
RGB
CMYK
RGB Variations
Color information
#EEF53A (or 0xEEF53A) is known color: Golden Fizz. HEX triplet: EE, F5 and 3A. RGB value is (238,245,58). Sum of RGB (Red+Green+Blue) = 238+245+58=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 58 (23.05% from 255 or 10.72% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF53A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF53A is #110AC5. Grayscale: #DEDEDE. Windows color (decimal): -1116870 or 3864046. OLE color: 3864046.
HSL color Cylindrical-coordinate representation of color #EEF53A: hue angle of 62.25º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEF53A is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 58 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.04 |
| HSL | 62.25º | 0.9% | 0.59% | - |
| HSV(B) | 62.25º | 0.76% | 0.96% | - |
| XYZ | 68.68 | 83.79 | 16.56 | - |
| YUV | 221.59 | 35.68 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 58 | 0.03 | 0 | 0.76 | 0.04 | 62.25 | 0.9 | 0.59 |
| Hex | EE | F5 | 3A | 3 | 0 | 4C | 4 | 3E | 5A | 3B |
| Octal | 356 | 365 | 72 | 3 | 0 | 114 | 4 | 76 | 132 | 73 |
| Binary | 11101110 | 11110101 | 111010 | 11 | 0 | 1001100 | 100 | 111110 | 1011010 | 111011 |
Color Harmonies of #EEF53A
Complementary color
Monochromatic Colors of #EEF53A
Black with #EEF53A
Text Example
Text Example
White with #EEF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF53A; }
p { color: rgb(238,245,58); }
H1.HeaderClassName
{
color: #EEF53A;
}
.AnyTagClassName
{
color: #EEF53A;
}
</style>
background-color css
<style>
a { background-color: #EEF53A; }
a { background-color: rgb(238,245,58); }
div.DivClassName
{
background-color: #EEF53A;
}
.BgClassName
{
background-color: #EEF53A;
}
</style>
border-color css
<style>
span { border-color: #EEF53A; }
span { border-color: rgb(238,245,58); }
td.TdClassName
{
border-color: #EEF53A;
}
.TagClassName
{
border-color: #EEF53A;
}
</style>