Shades of Golden Fizz #EFF22A
Tints of Golden Fizz #EFF22A
RGB
CMYK
RGB Variations
Color information
#EFF22A (or 0xEFF22A) is known color: Golden Fizz. HEX triplet: EF, F2 and 2A. RGB value is (239,242,42). Sum of RGB (Red+Green+Blue) = 239+242+42=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 42 (16.80% from 255 or 8.03% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF22A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF22A is #100DD5. Grayscale: #DBDBDB. Windows color (decimal): -1052118 or 2814703. OLE color: 2814703.
HSL color Cylindrical-coordinate representation of color #EFF22A: hue angle of 60.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFF22A is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 42 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.05 |
| HSL | 60.9º | 0.88% | 0.56% | - |
| HSV(B) | 60.9º | 0.83% | 0.95% | - |
| XYZ | 67.77 | 82.02 | 14.45 | - |
| YUV | 218.3 | 28.51 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 42 | 0.01 | 0 | 0.83 | 0.05 | 60.9 | 0.88 | 0.56 |
| Hex | EF | F2 | 2A | 1 | 0 | 53 | 5 | 3D | 58 | 38 |
| Octal | 357 | 362 | 52 | 1 | 0 | 123 | 5 | 75 | 130 | 70 |
| Binary | 11101111 | 11110010 | 101010 | 1 | 0 | 1010011 | 101 | 111101 | 1011000 | 111000 |
Color Harmonies of #EFF22A
Complementary color
Monochromatic Colors of #EFF22A
Black with #EFF22A
Text Example
Text Example
White with #EFF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF22A; }
p { color: rgb(239,242,42); }
H1.HeaderClassName
{
color: #EFF22A;
}
.AnyTagClassName
{
color: #EFF22A;
}
</style>
background-color css
<style>
a { background-color: #EFF22A; }
a { background-color: rgb(239,242,42); }
div.DivClassName
{
background-color: #EFF22A;
}
.BgClassName
{
background-color: #EFF22A;
}
</style>
border-color css
<style>
span { border-color: #EFF22A; }
span { border-color: rgb(239,242,42); }
td.TdClassName
{
border-color: #EFF22A;
}
.TagClassName
{
border-color: #EFF22A;
}
</style>