Shades of Golden Fizz #EEF238
Tints of Golden Fizz #EEF238
RGB
CMYK
RGB Variations
Color information
#EEF238 (or 0xEEF238) is known color: Golden Fizz. HEX triplet: EE, F2 and 38. RGB value is (238,242,56). Sum of RGB (Red+Green+Blue) = 238+242+56=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 56 (22.27% from 255 or 10.45% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF238 is #110DC7. Grayscale: #DCDCDC. Windows color (decimal): -1117640 or 3732206. OLE color: 3732206.
HSL color Cylindrical-coordinate representation of color #EEF238: hue angle of 61.29º 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 #EEF238 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 56 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.05 |
| HSL | 61.29º | 0.88% | 0.58% | - |
| HSV(B) | 61.29º | 0.77% | 0.95% | - |
| XYZ | 67.73 | 81.97 | 15.99 | - |
| YUV | 219.6 | 35.67 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 56 | 0.02 | 0 | 0.77 | 0.05 | 61.29 | 0.88 | 0.58 |
| Hex | EE | F2 | 38 | 2 | 0 | 4D | 5 | 3D | 58 | 3A |
| Octal | 356 | 362 | 70 | 2 | 0 | 115 | 5 | 75 | 130 | 72 |
| Binary | 11101110 | 11110010 | 111000 | 10 | 0 | 1001101 | 101 | 111101 | 1011000 | 111010 |
Color Harmonies of #EEF238
Complementary color
Monochromatic Colors of #EEF238
Black with #EEF238
Text Example
Text Example
White with #EEF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF238; }
p { color: rgb(238,242,56); }
H1.HeaderClassName
{
color: #EEF238;
}
.AnyTagClassName
{
color: #EEF238;
}
</style>
background-color css
<style>
a { background-color: #EEF238; }
a { background-color: rgb(238,242,56); }
div.DivClassName
{
background-color: #EEF238;
}
.BgClassName
{
background-color: #EEF238;
}
</style>
border-color css
<style>
span { border-color: #EEF238; }
span { border-color: rgb(238,242,56); }
td.TdClassName
{
border-color: #EEF238;
}
.TagClassName
{
border-color: #EEF238;
}
</style>