Shades of Golden Fizz #EEF538
Tints of Golden Fizz #EEF538
RGB
CMYK
RGB Variations
Color information
#EEF538 (or 0xEEF538) is known color: Golden Fizz. HEX triplet: EE, F5 and 38. RGB value is (238,245,56). Sum of RGB (Red+Green+Blue) = 238+245+56=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 56 (22.27% from 255 or 10.39% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF538 is #110AC7. Grayscale: #DEDEDE. Windows color (decimal): -1116872 or 3732974. OLE color: 3732974.
HSL color Cylindrical-coordinate representation of color #EEF538: hue angle of 62.22º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEF538 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 56 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.04 |
| HSL | 62.22º | 0.9% | 0.59% | - |
| HSV(B) | 62.22º | 0.77% | 0.96% | - |
| XYZ | 68.63 | 83.77 | 16.29 | - |
| YUV | 221.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 56 | 0.03 | 0 | 0.77 | 0.04 | 62.22 | 0.9 | 0.59 |
| Hex | EE | F5 | 38 | 3 | 0 | 4D | 4 | 3E | 5A | 3B |
| Octal | 356 | 365 | 70 | 3 | 0 | 115 | 4 | 76 | 132 | 73 |
| Binary | 11101110 | 11110101 | 111000 | 11 | 0 | 1001101 | 100 | 111110 | 1011010 | 111011 |
Color Harmonies of #EEF538
Complementary color
Monochromatic Colors of #EEF538
Black with #EEF538
Text Example
Text Example
White with #EEF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF538; }
p { color: rgb(238,245,56); }
H1.HeaderClassName
{
color: #EEF538;
}
.AnyTagClassName
{
color: #EEF538;
}
</style>
background-color css
<style>
a { background-color: #EEF538; }
a { background-color: rgb(238,245,56); }
div.DivClassName
{
background-color: #EEF538;
}
.BgClassName
{
background-color: #EEF538;
}
</style>
border-color css
<style>
span { border-color: #EEF538; }
span { border-color: rgb(238,245,56); }
td.TdClassName
{
border-color: #EEF538;
}
.TagClassName
{
border-color: #EEF538;
}
</style>