Shades of Golden Fizz #EFFA32
Tints of Golden Fizz #EFFA32
RGB
CMYK
RGB Variations
Color information
#EFFA32 (or 0xEFFA32) is known color: Golden Fizz. HEX triplet: EF, FA and 32. RGB value is (239,250,50). Sum of RGB (Red+Green+Blue) = 239+250+50=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFA32 is #1005CD. Grayscale: #E0E0E0. Windows color (decimal): -1050062 or 3341039. OLE color: 3341039.
HSL color Cylindrical-coordinate representation of color #EFFA32: hue angle of 63.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFFA32 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 50 | - |
| CMYK | 0.04 | 0 | 0.8 | 0.02 |
| HSL | 63.3º | 0.95% | 0.59% | - |
| HSV(B) | 63.3º | 0.8% | 0.98% | - |
| XYZ | 70.36 | 86.95 | 16.09 | - |
| YUV | 223.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 50 | 0.04 | 0 | 0.8 | 0.02 | 63.3 | 0.95 | 0.59 |
| Hex | EF | FA | 32 | 4 | 0 | 50 | 2 | 3F | 5F | 3B |
| Octal | 357 | 372 | 62 | 4 | 0 | 120 | 2 | 77 | 137 | 73 |
| Binary | 11101111 | 11111010 | 110010 | 100 | 0 | 1010000 | 10 | 111111 | 1011111 | 111011 |
Color Harmonies of #EFFA32
Complementary color
Monochromatic Colors of #EFFA32
Black with #EFFA32
Text Example
Text Example
White with #EFFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFA32; }
p { color: rgb(239,250,50); }
H1.HeaderClassName
{
color: #EFFA32;
}
.AnyTagClassName
{
color: #EFFA32;
}
</style>
background-color css
<style>
a { background-color: #EFFA32; }
a { background-color: rgb(239,250,50); }
div.DivClassName
{
background-color: #EFFA32;
}
.BgClassName
{
background-color: #EFFA32;
}
</style>
border-color css
<style>
span { border-color: #EFFA32; }
span { border-color: rgb(239,250,50); }
td.TdClassName
{
border-color: #EFFA32;
}
.TagClassName
{
border-color: #EFFA32;
}
</style>