Shades of Golden Fizz #EEF525
Tints of Golden Fizz #EEF525
RGB
CMYK
RGB Variations
Color information
#EEF525 (or 0xEEF525) is known color: Golden Fizz. HEX triplet: EE, F5 and 25. RGB value is (238,245,37). Sum of RGB (Red+Green+Blue) = 238+245+37=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 37 (14.84% from 255 or 7.12% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF525 is #110ADA. Grayscale: #DCDCDC. Windows color (decimal): -1116891 or 2487790. OLE color: 2487790.
HSL color Cylindrical-coordinate representation of color #EEF525: hue angle of 62.02º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEF525 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 37 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.04 |
| HSL | 62.02º | 0.91% | 0.55% | - |
| HSV(B) | 62.02º | 0.85% | 0.96% | - |
| XYZ | 68.25 | 83.62 | 14.29 | - |
| YUV | 219.2 | 25.18 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 37 | 0.03 | 0 | 0.85 | 0.04 | 62.02 | 0.91 | 0.55 |
| Hex | EE | F5 | 25 | 3 | 0 | 55 | 4 | 3E | 5B | 37 |
| Octal | 356 | 365 | 45 | 3 | 0 | 125 | 4 | 76 | 133 | 67 |
| Binary | 11101110 | 11110101 | 100101 | 11 | 0 | 1010101 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EEF525
Complementary color
Monochromatic Colors of #EEF525
Black with #EEF525
Text Example
Text Example
White with #EEF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF525; }
p { color: rgb(238,245,37); }
H1.HeaderClassName
{
color: #EEF525;
}
.AnyTagClassName
{
color: #EEF525;
}
</style>
background-color css
<style>
a { background-color: #EEF525; }
a { background-color: rgb(238,245,37); }
div.DivClassName
{
background-color: #EEF525;
}
.BgClassName
{
background-color: #EEF525;
}
</style>
border-color css
<style>
span { border-color: #EEF525; }
span { border-color: rgb(238,245,37); }
td.TdClassName
{
border-color: #EEF525;
}
.TagClassName
{
border-color: #EEF525;
}
</style>