Shades of Golden Fizz #EFF022
Tints of Golden Fizz #EFF022
RGB
CMYK
RGB Variations
Color information
#EFF022 (or 0xEFF022) is known color: Golden Fizz. HEX triplet: EF, F0 and 22. RGB value is (239,240,34). Sum of RGB (Red+Green+Blue) = 239+240+34=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 34 (13.67% from 255 or 6.63% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF022 is #100FDD. Grayscale: #D9D9D9. Windows color (decimal): -1052638 or 2289903. OLE color: 2289903.
HSL color Cylindrical-coordinate representation of color #EFF022: hue angle of 60.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFF022 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 34 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.06 |
| HSL | 60.29º | 0.87% | 0.54% | - |
| HSV(B) | 60.29º | 0.86% | 0.94% | - |
| XYZ | 67.05 | 80.79 | 13.57 | - |
| YUV | 216.22 | 25.17 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 34 | 0.00 | 0 | 0.86 | 0.06 | 60.29 | 0.87 | 0.54 |
| Hex | EF | F0 | 22 | 0 | 0 | 56 | 6 | 3C | 57 | 36 |
| Octal | 357 | 360 | 42 | 0 | 0 | 126 | 6 | 74 | 127 | 66 |
| Binary | 11101111 | 11110000 | 100010 | 0 | 0 | 1010110 | 110 | 111100 | 1010111 | 110110 |
Color Harmonies of #EFF022
Complementary color
Monochromatic Colors of #EFF022
Black with #EFF022
Text Example
Text Example
White with #EFF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF022; }
p { color: rgb(239,240,34); }
H1.HeaderClassName
{
color: #EFF022;
}
.AnyTagClassName
{
color: #EFF022;
}
</style>
background-color css
<style>
a { background-color: #EFF022; }
a { background-color: rgb(239,240,34); }
div.DivClassName
{
background-color: #EFF022;
}
.BgClassName
{
background-color: #EFF022;
}
</style>
border-color css
<style>
span { border-color: #EFF022; }
span { border-color: rgb(239,240,34); }
td.TdClassName
{
border-color: #EFF022;
}
.TagClassName
{
border-color: #EFF022;
}
</style>