Shades of Golden Fizz #EEF224
Tints of Golden Fizz #EEF224
RGB
CMYK
RGB Variations
Color information
#EEF224 (or 0xEEF224) is known color: Golden Fizz. HEX triplet: EE, F2 and 24. RGB value is (238,242,36). Sum of RGB (Red+Green+Blue) = 238+242+36=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 36 (14.45% from 255 or 6.98% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF224 is #110DDB. Grayscale: #DADADA. Windows color (decimal): -1117660 or 2421486. OLE color: 2421486.
HSL color Cylindrical-coordinate representation of color #EEF224: 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 #EEF224 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 36 | - |
| 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.33 | 81.81 | 13.91 | - |
| YUV | 217.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 36 | 0.02 | 0 | 0.85 | 0.05 | 61.17 | 0.89 | 0.55 |
| Hex | EE | F2 | 24 | 2 | 0 | 55 | 5 | 3D | 59 | 37 |
| Octal | 356 | 362 | 44 | 2 | 0 | 125 | 5 | 75 | 131 | 67 |
| Binary | 11101110 | 11110010 | 100100 | 10 | 0 | 1010101 | 101 | 111101 | 1011001 | 110111 |
Color Harmonies of #EEF224
Complementary color
Monochromatic Colors of #EEF224
Black with #EEF224
Text Example
Text Example
White with #EEF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF224; }
p { color: rgb(238,242,36); }
H1.HeaderClassName
{
color: #EEF224;
}
.AnyTagClassName
{
color: #EEF224;
}
</style>
background-color css
<style>
a { background-color: #EEF224; }
a { background-color: rgb(238,242,36); }
div.DivClassName
{
background-color: #EEF224;
}
.BgClassName
{
background-color: #EEF224;
}
</style>
border-color css
<style>
span { border-color: #EEF224; }
span { border-color: rgb(238,242,36); }
td.TdClassName
{
border-color: #EEF224;
}
.TagClassName
{
border-color: #EEF224;
}
</style>