Shades of Golden Fizz #EFF22C
Tints of Golden Fizz #EFF22C
RGB
CMYK
RGB Variations
Color information
#EFF22C (or 0xEFF22C) is known color: Golden Fizz. HEX triplet: EF, F2 and 2C. RGB value is (239,242,44). Sum of RGB (Red+Green+Blue) = 239+242+44=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 44 (17.58% from 255 or 8.38% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF22C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF22C is #100DD3. Grayscale: #DBDBDB. Windows color (decimal): -1052116 or 2945775. OLE color: 2945775.
HSL color Cylindrical-coordinate representation of color #EFF22C: hue angle of 60.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFF22C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 44 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.05 |
| HSL | 60.91º | 0.88% | 0.56% | - |
| HSV(B) | 60.91º | 0.82% | 0.95% | - |
| XYZ | 67.8 | 82.04 | 14.64 | - |
| YUV | 218.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 44 | 0.01 | 0 | 0.82 | 0.05 | 60.91 | 0.88 | 0.56 |
| Hex | EF | F2 | 2C | 1 | 0 | 52 | 5 | 3D | 58 | 38 |
| Octal | 357 | 362 | 54 | 1 | 0 | 122 | 5 | 75 | 130 | 70 |
| Binary | 11101111 | 11110010 | 101100 | 1 | 0 | 1010010 | 101 | 111101 | 1011000 | 111000 |
Color Harmonies of #EFF22C
Complementary color
Monochromatic Colors of #EFF22C
Black with #EFF22C
Text Example
Text Example
White with #EFF22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF22C; }
p { color: rgb(239,242,44); }
H1.HeaderClassName
{
color: #EFF22C;
}
.AnyTagClassName
{
color: #EFF22C;
}
</style>
background-color css
<style>
a { background-color: #EFF22C; }
a { background-color: rgb(239,242,44); }
div.DivClassName
{
background-color: #EFF22C;
}
.BgClassName
{
background-color: #EFF22C;
}
</style>
border-color css
<style>
span { border-color: #EFF22C; }
span { border-color: rgb(239,242,44); }
td.TdClassName
{
border-color: #EFF22C;
}
.TagClassName
{
border-color: #EFF22C;
}
</style>