Shades of Golden Fizz #EEF82A
Tints of Golden Fizz #EEF82A
RGB
CMYK
RGB Variations
Color information
#EEF82A (or 0xEEF82A) is known color: Golden Fizz. HEX triplet: EE, F8 and 2A. RGB value is (238,248,42). Sum of RGB (Red+Green+Blue) = 238+248+42=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF82A is #1107D5. Grayscale: #DEDEDE. Windows color (decimal): -1116118 or 2816238. OLE color: 2816238.
HSL color Cylindrical-coordinate representation of color #EEF82A: hue angle of 62.91º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEF82A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.03 |
| HSL | 62.91º | 0.94% | 0.57% | - |
| HSV(B) | 62.91º | 0.83% | 0.97% | - |
| XYZ | 69.25 | 85.48 | 15.04 | - |
| YUV | 221.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 42 | 0.04 | 0 | 0.83 | 0.03 | 62.91 | 0.94 | 0.57 |
| Hex | EE | F8 | 2A | 4 | 0 | 53 | 3 | 3F | 5E | 39 |
| Octal | 356 | 370 | 52 | 4 | 0 | 123 | 3 | 77 | 136 | 71 |
| Binary | 11101110 | 11111000 | 101010 | 100 | 0 | 1010011 | 11 | 111111 | 1011110 | 111001 |
Color Harmonies of #EEF82A
Complementary color
Monochromatic Colors of #EEF82A
Black with #EEF82A
Text Example
Text Example
White with #EEF82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF82A; }
p { color: rgb(238,248,42); }
H1.HeaderClassName
{
color: #EEF82A;
}
.AnyTagClassName
{
color: #EEF82A;
}
</style>
background-color css
<style>
a { background-color: #EEF82A; }
a { background-color: rgb(238,248,42); }
div.DivClassName
{
background-color: #EEF82A;
}
.BgClassName
{
background-color: #EEF82A;
}
</style>
border-color css
<style>
span { border-color: #EEF82A; }
span { border-color: rgb(238,248,42); }
td.TdClassName
{
border-color: #EEF82A;
}
.TagClassName
{
border-color: #EEF82A;
}
</style>