Shades of Golden Fizz #EEF92A
Tints of Golden Fizz #EEF92A
RGB
CMYK
RGB Variations
Color information
#EEF92A (or 0xEEF92A) is known color: Golden Fizz. HEX triplet: EE, F9 and 2A. RGB value is (238,249,42). Sum of RGB (Red+Green+Blue) = 238+249+42=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 42 (16.80% from 255 or 7.94% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF92A is #1106D5. Grayscale: #DEDEDE. Windows color (decimal): -1115862 or 2816494. OLE color: 2816494.
HSL color Cylindrical-coordinate representation of color #EEF92A: hue angle of 63.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEF92A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.02 |
| HSL | 63.19º | 0.95% | 0.57% | - |
| HSV(B) | 63.19º | 0.83% | 0.98% | - |
| XYZ | 69.55 | 86.1 | 15.14 | - |
| YUV | 222.11 | 26.36 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 42 | 0.04 | 0 | 0.83 | 0.02 | 63.19 | 0.95 | 0.57 |
| Hex | EE | F9 | 2A | 4 | 0 | 53 | 2 | 3F | 5F | 39 |
| Octal | 356 | 371 | 52 | 4 | 0 | 123 | 2 | 77 | 137 | 71 |
| Binary | 11101110 | 11111001 | 101010 | 100 | 0 | 1010011 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #EEF92A
Complementary color
Monochromatic Colors of #EEF92A
Black with #EEF92A
Text Example
Text Example
White with #EEF92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF92A; }
p { color: rgb(238,249,42); }
H1.HeaderClassName
{
color: #EEF92A;
}
.AnyTagClassName
{
color: #EEF92A;
}
</style>
background-color css
<style>
a { background-color: #EEF92A; }
a { background-color: rgb(238,249,42); }
div.DivClassName
{
background-color: #EEF92A;
}
.BgClassName
{
background-color: #EEF92A;
}
</style>
border-color css
<style>
span { border-color: #EEF92A; }
span { border-color: rgb(238,249,42); }
td.TdClassName
{
border-color: #EEF92A;
}
.TagClassName
{
border-color: #EEF92A;
}
</style>