Shades of Golden Fizz #EFFC2E
Tints of Golden Fizz #EFFC2E
RGB
CMYK
RGB Variations
Color information
#EFFC2E (or 0xEFFC2E) is known color: Golden Fizz. HEX triplet: EF, FC and 2E. RGB value is (239,252,46). Sum of RGB (Red+Green+Blue) = 239+252+46=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 46 (18.36% from 255 or 8.57% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC2E is #1003D1. Grayscale: #E1E1E1. Windows color (decimal): -1049554 or 3079407. OLE color: 3079407.
HSL color Cylindrical-coordinate representation of color #EFFC2E: hue angle of 63.79º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFFC2E is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 46 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.01 |
| HSL | 63.79º | 0.97% | 0.58% | - |
| HSV(B) | 63.79º | 0.82% | 0.99% | - |
| XYZ | 70.9 | 88.17 | 15.87 | - |
| YUV | 224.63 | 27.19 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 46 | 0.05 | 0 | 0.82 | 0.01 | 63.79 | 0.97 | 0.58 |
| Hex | EF | FC | 2E | 5 | 0 | 52 | 1 | 40 | 61 | 3A |
| Octal | 357 | 374 | 56 | 5 | 0 | 122 | 1 | 100 | 141 | 72 |
| Binary | 11101111 | 11111100 | 101110 | 101 | 0 | 1010010 | 1 | 1000000 | 1100001 | 111010 |
Color Harmonies of #EFFC2E
Complementary color
Monochromatic Colors of #EFFC2E
Black with #EFFC2E
Text Example
Text Example
White with #EFFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC2E; }
p { color: rgb(239,252,46); }
H1.HeaderClassName
{
color: #EFFC2E;
}
.AnyTagClassName
{
color: #EFFC2E;
}
</style>
background-color css
<style>
a { background-color: #EFFC2E; }
a { background-color: rgb(239,252,46); }
div.DivClassName
{
background-color: #EFFC2E;
}
.BgClassName
{
background-color: #EFFC2E;
}
</style>
border-color css
<style>
span { border-color: #EFFC2E; }
span { border-color: rgb(239,252,46); }
td.TdClassName
{
border-color: #EFFC2E;
}
.TagClassName
{
border-color: #EFFC2E;
}
</style>