Shades of Golden Fizz #EEF225
Tints of Golden Fizz #EEF225
RGB
CMYK
RGB Variations
Color information
#EEF225 (or 0xEEF225) is known color: Golden Fizz. HEX triplet: EE, F2 and 25. RGB value is (238,242,37). Sum of RGB (Red+Green+Blue) = 238+242+37=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 37 (14.84% from 255 or 7.16% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF225 is #110DDA. Grayscale: #DADADA. Windows color (decimal): -1117659 or 2487022. OLE color: 2487022.
HSL color Cylindrical-coordinate representation of color #EEF225: hue angle of 61.17º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEF225 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 37 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.05 |
| HSL | 61.17º | 0.89% | 0.55% | - |
| HSV(B) | 61.17º | 0.85% | 0.95% | - |
| XYZ | 67.35 | 81.81 | 13.99 | - |
| YUV | 217.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 37 | 0.02 | 0 | 0.85 | 0.05 | 61.17 | 0.89 | 0.55 |
| Hex | EE | F2 | 25 | 2 | 0 | 55 | 5 | 3D | 59 | 37 |
| Octal | 356 | 362 | 45 | 2 | 0 | 125 | 5 | 75 | 131 | 67 |
| Binary | 11101110 | 11110010 | 100101 | 10 | 0 | 1010101 | 101 | 111101 | 1011001 | 110111 |
Color Harmonies of #EEF225
Complementary color
Monochromatic Colors of #EEF225
Black with #EEF225
Text Example
Text Example
White with #EEF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF225; }
p { color: rgb(238,242,37); }
H1.HeaderClassName
{
color: #EEF225;
}
.AnyTagClassName
{
color: #EEF225;
}
</style>
background-color css
<style>
a { background-color: #EEF225; }
a { background-color: rgb(238,242,37); }
div.DivClassName
{
background-color: #EEF225;
}
.BgClassName
{
background-color: #EEF225;
}
</style>
border-color css
<style>
span { border-color: #EEF225; }
span { border-color: rgb(238,242,37); }
td.TdClassName
{
border-color: #EEF225;
}
.TagClassName
{
border-color: #EEF225;
}
</style>