Shades of Golden Fizz #EEF52E
Tints of Golden Fizz #EEF52E
RGB
CMYK
RGB Variations
Color information
#EEF52E (or 0xEEF52E) is known color: Golden Fizz. HEX triplet: EE, F5 and 2E. RGB value is (238,245,46). Sum of RGB (Red+Green+Blue) = 238+245+46=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 46 (18.36% from 255 or 8.70% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF52E is #110AD1. Grayscale: #DDDDDD. Windows color (decimal): -1116882 or 3077614. OLE color: 3077614.
HSL color Cylindrical-coordinate representation of color #EEF52E: hue angle of 62.11º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEF52E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 46 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.04 |
| HSL | 62.11º | 0.91% | 0.57% | - |
| HSV(B) | 62.11º | 0.81% | 0.96% | - |
| XYZ | 68.41 | 83.68 | 15.13 | - |
| YUV | 220.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 46 | 0.03 | 0 | 0.81 | 0.04 | 62.11 | 0.91 | 0.57 |
| Hex | EE | F5 | 2E | 3 | 0 | 51 | 4 | 3E | 5B | 39 |
| Octal | 356 | 365 | 56 | 3 | 0 | 121 | 4 | 76 | 133 | 71 |
| Binary | 11101110 | 11110101 | 101110 | 11 | 0 | 1010001 | 100 | 111110 | 1011011 | 111001 |
Color Harmonies of #EEF52E
Complementary color
Monochromatic Colors of #EEF52E
Black with #EEF52E
Text Example
Text Example
White with #EEF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF52E; }
p { color: rgb(238,245,46); }
H1.HeaderClassName
{
color: #EEF52E;
}
.AnyTagClassName
{
color: #EEF52E;
}
</style>
background-color css
<style>
a { background-color: #EEF52E; }
a { background-color: rgb(238,245,46); }
div.DivClassName
{
background-color: #EEF52E;
}
.BgClassName
{
background-color: #EEF52E;
}
</style>
border-color css
<style>
span { border-color: #EEF52E; }
span { border-color: rgb(238,245,46); }
td.TdClassName
{
border-color: #EEF52E;
}
.TagClassName
{
border-color: #EEF52E;
}
</style>