Shades of Golden Fizz #EEF236
Tints of Golden Fizz #EEF236
RGB
CMYK
RGB Variations
Color information
#EEF236 (or 0xEEF236) is known color: Golden Fizz. HEX triplet: EE, F2 and 36. RGB value is (238,242,54). Sum of RGB (Red+Green+Blue) = 238+242+54=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 54 (21.48% from 255 or 10.11% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF236 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF236 is #110DC9. Grayscale: #DCDCDC. Windows color (decimal): -1117642 or 3601134. OLE color: 3601134.
HSL color Cylindrical-coordinate representation of color #EEF236: 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.78%. Process color model (Four color, CMYK) of #EEF236 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 54 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.05 |
| HSL | 61.28º | 0.88% | 0.58% | - |
| HSV(B) | 61.28º | 0.78% | 0.95% | - |
| XYZ | 67.68 | 81.95 | 15.74 | - |
| YUV | 219.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 54 | 0.02 | 0 | 0.78 | 0.05 | 61.28 | 0.88 | 0.58 |
| Hex | EE | F2 | 36 | 2 | 0 | 4E | 5 | 3D | 58 | 3A |
| Octal | 356 | 362 | 66 | 2 | 0 | 116 | 5 | 75 | 130 | 72 |
| Binary | 11101110 | 11110010 | 110110 | 10 | 0 | 1001110 | 101 | 111101 | 1011000 | 111010 |
Color Harmonies of #EEF236
Complementary color
Monochromatic Colors of #EEF236
Black with #EEF236
Text Example
Text Example
White with #EEF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF236; }
p { color: rgb(238,242,54); }
H1.HeaderClassName
{
color: #EEF236;
}
.AnyTagClassName
{
color: #EEF236;
}
</style>
background-color css
<style>
a { background-color: #EEF236; }
a { background-color: rgb(238,242,54); }
div.DivClassName
{
background-color: #EEF236;
}
.BgClassName
{
background-color: #EEF236;
}
</style>
border-color css
<style>
span { border-color: #EEF236; }
span { border-color: rgb(238,242,54); }
td.TdClassName
{
border-color: #EEF236;
}
.TagClassName
{
border-color: #EEF236;
}
</style>