Shades of Golden Fizz #EEF237
Tints of Golden Fizz #EEF237
RGB
CMYK
RGB Variations
Color information
#EEF237 (or 0xEEF237) is known color: Golden Fizz. HEX triplet: EE, F2 and 37. RGB value is (238,242,55). Sum of RGB (Red+Green+Blue) = 238+242+55=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 55 (21.88% from 255 or 10.28% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF237 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF237 is #110DC8. Grayscale: #DCDCDC. Windows color (decimal): -1117641 or 3666670. OLE color: 3666670.
HSL color Cylindrical-coordinate representation of color #EEF237: hue angle of 61.28º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEF237 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 55 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.05 |
| HSL | 61.28º | 0.88% | 0.58% | - |
| HSV(B) | 61.28º | 0.77% | 0.95% | - |
| XYZ | 67.7 | 81.96 | 15.87 | - |
| YUV | 219.49 | 35.17 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 55 | 0.02 | 0 | 0.77 | 0.05 | 61.28 | 0.88 | 0.58 |
| Hex | EE | F2 | 37 | 2 | 0 | 4D | 5 | 3D | 58 | 3A |
| Octal | 356 | 362 | 67 | 2 | 0 | 115 | 5 | 75 | 130 | 72 |
| Binary | 11101110 | 11110010 | 110111 | 10 | 0 | 1001101 | 101 | 111101 | 1011000 | 111010 |
Color Harmonies of #EEF237
Complementary color
Monochromatic Colors of #EEF237
Black with #EEF237
Text Example
Text Example
White with #EEF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF237; }
p { color: rgb(238,242,55); }
H1.HeaderClassName
{
color: #EEF237;
}
.AnyTagClassName
{
color: #EEF237;
}
</style>
background-color css
<style>
a { background-color: #EEF237; }
a { background-color: rgb(238,242,55); }
div.DivClassName
{
background-color: #EEF237;
}
.BgClassName
{
background-color: #EEF237;
}
</style>
border-color css
<style>
span { border-color: #EEF237; }
span { border-color: rgb(238,242,55); }
td.TdClassName
{
border-color: #EEF237;
}
.TagClassName
{
border-color: #EEF237;
}
</style>