Shades of Golden Fizz #EEF82F
Tints of Golden Fizz #EEF82F
RGB
CMYK
RGB Variations
Color information
#EEF82F (or 0xEEF82F) is known color: Golden Fizz. HEX triplet: EE, F8 and 2F. RGB value is (238,248,47). Sum of RGB (Red+Green+Blue) = 238+248+47=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 47 (18.75% from 255 or 8.82% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF82F is #1107D0. Grayscale: #DEDEDE. Windows color (decimal): -1116113 or 3143918. OLE color: 3143918.
HSL color Cylindrical-coordinate representation of color #EEF82F: hue angle of 62.99º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEF82F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 47 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.03 |
| HSL | 62.99º | 0.93% | 0.58% | - |
| HSV(B) | 62.99º | 0.81% | 0.97% | - |
| XYZ | 69.34 | 85.52 | 15.54 | - |
| YUV | 222.1 | 29.19 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 47 | 0.04 | 0 | 0.81 | 0.03 | 62.99 | 0.93 | 0.58 |
| Hex | EE | F8 | 2F | 4 | 0 | 51 | 3 | 3F | 5D | 3A |
| Octal | 356 | 370 | 57 | 4 | 0 | 121 | 3 | 77 | 135 | 72 |
| Binary | 11101110 | 11111000 | 101111 | 100 | 0 | 1010001 | 11 | 111111 | 1011101 | 111010 |
Color Harmonies of #EEF82F
Complementary color
Monochromatic Colors of #EEF82F
Black with #EEF82F
Text Example
Text Example
White with #EEF82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF82F; }
p { color: rgb(238,248,47); }
H1.HeaderClassName
{
color: #EEF82F;
}
.AnyTagClassName
{
color: #EEF82F;
}
</style>
background-color css
<style>
a { background-color: #EEF82F; }
a { background-color: rgb(238,248,47); }
div.DivClassName
{
background-color: #EEF82F;
}
.BgClassName
{
background-color: #EEF82F;
}
</style>
border-color css
<style>
span { border-color: #EEF82F; }
span { border-color: rgb(238,248,47); }
td.TdClassName
{
border-color: #EEF82F;
}
.TagClassName
{
border-color: #EEF82F;
}
</style>