Shades of Golden Fizz #EEF537
Tints of Golden Fizz #EEF537
RGB
CMYK
RGB Variations
Color information
#EEF537 (or 0xEEF537) is known color: Golden Fizz. HEX triplet: EE, F5 and 37. RGB value is (238,245,55). Sum of RGB (Red+Green+Blue) = 238+245+55=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 55 (21.88% from 255 or 10.22% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF537 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF537 is #110AC8. Grayscale: #DEDEDE. Windows color (decimal): -1116873 or 3667438. OLE color: 3667438.
HSL color Cylindrical-coordinate representation of color #EEF537: hue angle of 62.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEF537 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 55 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.04 |
| HSL | 62.21º | 0.9% | 0.59% | - |
| HSV(B) | 62.21º | 0.78% | 0.96% | - |
| XYZ | 68.6 | 83.76 | 16.17 | - |
| YUV | 221.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 55 | 0.03 | 0 | 0.78 | 0.04 | 62.21 | 0.9 | 0.59 |
| Hex | EE | F5 | 37 | 3 | 0 | 4E | 4 | 3E | 5A | 3B |
| Octal | 356 | 365 | 67 | 3 | 0 | 116 | 4 | 76 | 132 | 73 |
| Binary | 11101110 | 11110101 | 110111 | 11 | 0 | 1001110 | 100 | 111110 | 1011010 | 111011 |
Color Harmonies of #EEF537
Complementary color
Monochromatic Colors of #EEF537
Black with #EEF537
Text Example
Text Example
White with #EEF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF537; }
p { color: rgb(238,245,55); }
H1.HeaderClassName
{
color: #EEF537;
}
.AnyTagClassName
{
color: #EEF537;
}
</style>
background-color css
<style>
a { background-color: #EEF537; }
a { background-color: rgb(238,245,55); }
div.DivClassName
{
background-color: #EEF537;
}
.BgClassName
{
background-color: #EEF537;
}
</style>
border-color css
<style>
span { border-color: #EEF537; }
span { border-color: rgb(238,245,55); }
td.TdClassName
{
border-color: #EEF537;
}
.TagClassName
{
border-color: #EEF537;
}
</style>