Shades of Golden Fizz #EEF223
Tints of Golden Fizz #EEF223
RGB
CMYK
RGB Variations
Color information
#EEF223 (or 0xEEF223) is known color: Golden Fizz. HEX triplet: EE, F2 and 23. RGB value is (238,242,35). Sum of RGB (Red+Green+Blue) = 238+242+35=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 35 (14.06% from 255 or 6.80% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF223 is #110DDC. Grayscale: #DADADA. Windows color (decimal): -1117661 or 2355950. OLE color: 2355950.
HSL color Cylindrical-coordinate representation of color #EEF223: hue angle of 61.16º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEF223 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 35 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.05 |
| HSL | 61.16º | 0.89% | 0.54% | - |
| HSV(B) | 61.16º | 0.86% | 0.95% | - |
| XYZ | 67.32 | 81.8 | 13.83 | - |
| YUV | 217.21 | 25.17 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 35 | 0.02 | 0 | 0.86 | 0.05 | 61.16 | 0.89 | 0.54 |
| Hex | EE | F2 | 23 | 2 | 0 | 56 | 5 | 3D | 59 | 36 |
| Octal | 356 | 362 | 43 | 2 | 0 | 126 | 5 | 75 | 131 | 66 |
| Binary | 11101110 | 11110010 | 100011 | 10 | 0 | 1010110 | 101 | 111101 | 1011001 | 110110 |
Color Harmonies of #EEF223
Complementary color
Monochromatic Colors of #EEF223
Black with #EEF223
Text Example
Text Example
White with #EEF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF223; }
p { color: rgb(238,242,35); }
H1.HeaderClassName
{
color: #EEF223;
}
.AnyTagClassName
{
color: #EEF223;
}
</style>
background-color css
<style>
a { background-color: #EEF223; }
a { background-color: rgb(238,242,35); }
div.DivClassName
{
background-color: #EEF223;
}
.BgClassName
{
background-color: #EEF223;
}
</style>
border-color css
<style>
span { border-color: #EEF223; }
span { border-color: rgb(238,242,35); }
td.TdClassName
{
border-color: #EEF223;
}
.TagClassName
{
border-color: #EEF223;
}
</style>