Shades of Golden Fizz #EFF22B
Tints of Golden Fizz #EFF22B
RGB
CMYK
RGB Variations
Color information
#EFF22B (or 0xEFF22B) is known color: Golden Fizz. HEX triplet: EF, F2 and 2B. RGB value is (239,242,43). Sum of RGB (Red+Green+Blue) = 239+242+43=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 43 (17.19% from 255 or 8.21% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF22B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF22B is #100DD4. Grayscale: #DBDBDB. Windows color (decimal): -1052117 or 2880239. OLE color: 2880239.
HSL color Cylindrical-coordinate representation of color #EFF22B: 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.82%. Process color model (Four color, CMYK) of #EFF22B is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 43 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.05 |
| HSL | 60.9º | 0.88% | 0.56% | - |
| HSV(B) | 60.9º | 0.82% | 0.95% | - |
| XYZ | 67.78 | 82.03 | 14.55 | - |
| YUV | 218.42 | 29.01 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 43 | 0.01 | 0 | 0.82 | 0.05 | 60.9 | 0.88 | 0.56 |
| Hex | EF | F2 | 2B | 1 | 0 | 52 | 5 | 3D | 58 | 38 |
| Octal | 357 | 362 | 53 | 1 | 0 | 122 | 5 | 75 | 130 | 70 |
| Binary | 11101111 | 11110010 | 101011 | 1 | 0 | 1010010 | 101 | 111101 | 1011000 | 111000 |
Color Harmonies of #EFF22B
Complementary color
Monochromatic Colors of #EFF22B
Black with #EFF22B
Text Example
Text Example
White with #EFF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF22B; }
p { color: rgb(239,242,43); }
H1.HeaderClassName
{
color: #EFF22B;
}
.AnyTagClassName
{
color: #EFF22B;
}
</style>
background-color css
<style>
a { background-color: #EFF22B; }
a { background-color: rgb(239,242,43); }
div.DivClassName
{
background-color: #EFF22B;
}
.BgClassName
{
background-color: #EFF22B;
}
</style>
border-color css
<style>
span { border-color: #EFF22B; }
span { border-color: rgb(239,242,43); }
td.TdClassName
{
border-color: #EFF22B;
}
.TagClassName
{
border-color: #EFF22B;
}
</style>