Shades of Golden Fizz #EFFC2F
Tints of Golden Fizz #EFFC2F
RGB
CMYK
RGB Variations
Color information
#EFFC2F (or 0xEFFC2F) is known color: Golden Fizz. HEX triplet: EF, FC and 2F. RGB value is (239,252,47). Sum of RGB (Red+Green+Blue) = 239+252+47=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 47 (18.75% from 255 or 8.74% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC2F is #1003D0. Grayscale: #E1E1E1. Windows color (decimal): -1049553 or 3144943. OLE color: 3144943.
HSL color Cylindrical-coordinate representation of color #EFFC2F: hue angle of 63.8º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFFC2F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 47 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.01 |
| HSL | 63.8º | 0.97% | 0.59% | - |
| HSV(B) | 63.8º | 0.81% | 0.99% | - |
| XYZ | 70.92 | 88.18 | 15.97 | - |
| YUV | 224.74 | 27.69 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 47 | 0.05 | 0 | 0.81 | 0.01 | 63.8 | 0.97 | 0.59 |
| Hex | EF | FC | 2F | 5 | 0 | 51 | 1 | 40 | 61 | 3B |
| Octal | 357 | 374 | 57 | 5 | 0 | 121 | 1 | 100 | 141 | 73 |
| Binary | 11101111 | 11111100 | 101111 | 101 | 0 | 1010001 | 1 | 1000000 | 1100001 | 111011 |
Color Harmonies of #EFFC2F
Complementary color
Monochromatic Colors of #EFFC2F
Black with #EFFC2F
Text Example
Text Example
White with #EFFC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC2F; }
p { color: rgb(239,252,47); }
H1.HeaderClassName
{
color: #EFFC2F;
}
.AnyTagClassName
{
color: #EFFC2F;
}
</style>
background-color css
<style>
a { background-color: #EFFC2F; }
a { background-color: rgb(239,252,47); }
div.DivClassName
{
background-color: #EFFC2F;
}
.BgClassName
{
background-color: #EFFC2F;
}
</style>
border-color css
<style>
span { border-color: #EFFC2F; }
span { border-color: rgb(239,252,47); }
td.TdClassName
{
border-color: #EFFC2F;
}
.TagClassName
{
border-color: #EFFC2F;
}
</style>