Shades of Golden Fizz #EFF22E
Tints of Golden Fizz #EFF22E
RGB
CMYK
RGB Variations
Color information
#EFF22E (or 0xEFF22E) is known color: Golden Fizz. HEX triplet: EF, F2 and 2E. RGB value is (239,242,46). Sum of RGB (Red+Green+Blue) = 239+242+46=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 46 (18.36% from 255 or 8.73% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF22E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF22E is #100DD1. Grayscale: #DBDBDB. Windows color (decimal): -1052114 or 3076847. OLE color: 3076847.
HSL color Cylindrical-coordinate representation of color #EFF22E: hue angle of 60.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFF22E is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 46 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.05 |
| HSL | 60.92º | 0.88% | 0.56% | - |
| HSV(B) | 60.92º | 0.81% | 0.95% | - |
| XYZ | 67.84 | 82.05 | 14.85 | - |
| YUV | 218.76 | 30.51 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 46 | 0.01 | 0 | 0.81 | 0.05 | 60.92 | 0.88 | 0.56 |
| Hex | EF | F2 | 2E | 1 | 0 | 51 | 5 | 3D | 58 | 38 |
| Octal | 357 | 362 | 56 | 1 | 0 | 121 | 5 | 75 | 130 | 70 |
| Binary | 11101111 | 11110010 | 101110 | 1 | 0 | 1010001 | 101 | 111101 | 1011000 | 111000 |
Color Harmonies of #EFF22E
Complementary color
Monochromatic Colors of #EFF22E
Black with #EFF22E
Text Example
Text Example
White with #EFF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF22E; }
p { color: rgb(239,242,46); }
H1.HeaderClassName
{
color: #EFF22E;
}
.AnyTagClassName
{
color: #EFF22E;
}
</style>
background-color css
<style>
a { background-color: #EFF22E; }
a { background-color: rgb(239,242,46); }
div.DivClassName
{
background-color: #EFF22E;
}
.BgClassName
{
background-color: #EFF22E;
}
</style>
border-color css
<style>
span { border-color: #EFF22E; }
span { border-color: rgb(239,242,46); }
td.TdClassName
{
border-color: #EFF22E;
}
.TagClassName
{
border-color: #EFF22E;
}
</style>