Shades of Golden Fizz #EEF32F
Tints of Golden Fizz #EEF32F
RGB
CMYK
RGB Variations
Color information
#EEF32F (or 0xEEF32F) is known color: Golden Fizz. HEX triplet: EE, F3 and 2F. RGB value is (238,243,47). Sum of RGB (Red+Green+Blue) = 238+243+47=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF32F is #110CD0. Grayscale: #DBDBDB. Windows color (decimal): -1117393 or 3142638. OLE color: 3142638.
HSL color Cylindrical-coordinate representation of color #EEF32F: hue angle of 61.53º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEF32F is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 47 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.05 |
| HSL | 61.53º | 0.89% | 0.57% | - |
| HSV(B) | 61.53º | 0.81% | 0.95% | - |
| XYZ | 67.82 | 82.48 | 15.04 | - |
| YUV | 219.16 | 30.84 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 47 | 0.02 | 0 | 0.81 | 0.05 | 61.53 | 0.89 | 0.57 |
| Hex | EE | F3 | 2F | 2 | 0 | 51 | 5 | 3E | 59 | 39 |
| Octal | 356 | 363 | 57 | 2 | 0 | 121 | 5 | 76 | 131 | 71 |
| Binary | 11101110 | 11110011 | 101111 | 10 | 0 | 1010001 | 101 | 111110 | 1011001 | 111001 |
Color Harmonies of #EEF32F
Complementary color
Monochromatic Colors of #EEF32F
Black with #EEF32F
Text Example
Text Example
White with #EEF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF32F; }
p { color: rgb(238,243,47); }
H1.HeaderClassName
{
color: #EEF32F;
}
.AnyTagClassName
{
color: #EEF32F;
}
</style>
background-color css
<style>
a { background-color: #EEF32F; }
a { background-color: rgb(238,243,47); }
div.DivClassName
{
background-color: #EEF32F;
}
.BgClassName
{
background-color: #EEF32F;
}
</style>
border-color css
<style>
span { border-color: #EEF32F; }
span { border-color: rgb(238,243,47); }
td.TdClassName
{
border-color: #EEF32F;
}
.TagClassName
{
border-color: #EEF32F;
}
</style>