Shades of Golden Fizz #EFFF2C
Tints of Golden Fizz #EFFF2C
RGB
CMYK
RGB Variations
Color information
#EFFF2C (or 0xEFFF2C) is known color: Golden Fizz. HEX triplet: EF, FF and 2C. RGB value is (239,255,44). Sum of RGB (Red+Green+Blue) = 239+255+44=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 44 (17.58% from 255 or 8.18% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF2C is #1000D3. Grayscale: #E2E2E2. Windows color (decimal): -1048788 or 2949103. OLE color: 2949103.
HSL color Cylindrical-coordinate representation of color #EFFF2C: hue angle of 64.55º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFFF2C is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 44 | - |
| CMYK | 0.06 | 0 | 0.83 | 0 |
| HSL | 64.55º | 1% | 0.59% | - |
| HSV(B) | 64.55º | 0.83% | 1% | - |
| XYZ | 71.81 | 90.05 | 15.98 | - |
| YUV | 226.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 44 | 0.06 | 0 | 0.83 | 0 | 64.55 | 1 | 0.59 |
| Hex | EF | FF | 2C | 6 | 0 | 53 | 0 | 41 | 64 | 3B |
| Octal | 357 | 377 | 54 | 6 | 0 | 123 | 0 | 101 | 144 | 73 |
| Binary | 11101111 | 11111111 | 101100 | 110 | 0 | 1010011 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EFFF2C
Complementary color
Monochromatic Colors of #EFFF2C
Black with #EFFF2C
Text Example
Text Example
White with #EFFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF2C; }
p { color: rgb(239,255,44); }
H1.HeaderClassName
{
color: #EFFF2C;
}
.AnyTagClassName
{
color: #EFFF2C;
}
</style>
background-color css
<style>
a { background-color: #EFFF2C; }
a { background-color: rgb(239,255,44); }
div.DivClassName
{
background-color: #EFFF2C;
}
.BgClassName
{
background-color: #EFFF2C;
}
</style>
border-color css
<style>
span { border-color: #EFFF2C; }
span { border-color: rgb(239,255,44); }
td.TdClassName
{
border-color: #EFFF2C;
}
.TagClassName
{
border-color: #EFFF2C;
}
</style>