Shades of Golden Fizz #EFFC31
Tints of Golden Fizz #EFFC31
RGB
CMYK
RGB Variations
Color information
#EFFC31 (or 0xEFFC31) is known color: Golden Fizz. HEX triplet: EF, FC and 31. RGB value is (239,252,49). Sum of RGB (Red+Green+Blue) = 239+252+49=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 49 (19.53% from 255 or 9.07% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC31 is #1003CE. Grayscale: #E1E1E1. Windows color (decimal): -1049551 or 3276015. OLE color: 3276015.
HSL color Cylindrical-coordinate representation of color #EFFC31: hue angle of 63.84º 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 #EFFC31 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 49 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.01 |
| HSL | 63.84º | 0.97% | 0.59% | - |
| HSV(B) | 63.84º | 0.81% | 0.99% | - |
| XYZ | 70.96 | 88.19 | 16.19 | - |
| YUV | 224.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 49 | 0.05 | 0 | 0.81 | 0.01 | 63.84 | 0.97 | 0.59 |
| Hex | EF | FC | 31 | 5 | 0 | 51 | 1 | 40 | 61 | 3B |
| Octal | 357 | 374 | 61 | 5 | 0 | 121 | 1 | 100 | 141 | 73 |
| Binary | 11101111 | 11111100 | 110001 | 101 | 0 | 1010001 | 1 | 1000000 | 1100001 | 111011 |
Color Harmonies of #EFFC31
Complementary color
Monochromatic Colors of #EFFC31
Black with #EFFC31
Text Example
Text Example
White with #EFFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC31; }
p { color: rgb(239,252,49); }
H1.HeaderClassName
{
color: #EFFC31;
}
.AnyTagClassName
{
color: #EFFC31;
}
</style>
background-color css
<style>
a { background-color: #EFFC31; }
a { background-color: rgb(239,252,49); }
div.DivClassName
{
background-color: #EFFC31;
}
.BgClassName
{
background-color: #EFFC31;
}
</style>
border-color css
<style>
span { border-color: #EFFC31; }
span { border-color: rgb(239,252,49); }
td.TdClassName
{
border-color: #EFFC31;
}
.TagClassName
{
border-color: #EFFC31;
}
</style>