Shades of Golden Fizz #EFFB2C
Tints of Golden Fizz #EFFB2C
RGB
CMYK
RGB Variations
Color information
#EFFB2C (or 0xEFFB2C) is known color: Golden Fizz. HEX triplet: EF, FB and 2C. RGB value is (239,251,44). Sum of RGB (Red+Green+Blue) = 239+251+44=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 44 (17.58% from 255 or 8.24% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFB2C is #1004D3. Grayscale: #E0E0E0. Windows color (decimal): -1049812 or 2948079. OLE color: 2948079.
HSL color Cylindrical-coordinate representation of color #EFFB2C: hue angle of 63.48º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFFB2C is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 44 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.02 |
| HSL | 63.48º | 0.96% | 0.58% | - |
| HSV(B) | 63.48º | 0.82% | 0.98% | - |
| XYZ | 70.55 | 87.53 | 15.56 | - |
| YUV | 223.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 44 | 0.05 | 0 | 0.82 | 0.02 | 63.48 | 0.96 | 0.58 |
| Hex | EF | FB | 2C | 5 | 0 | 52 | 2 | 3F | 60 | 3A |
| Octal | 357 | 373 | 54 | 5 | 0 | 122 | 2 | 77 | 140 | 72 |
| Binary | 11101111 | 11111011 | 101100 | 101 | 0 | 1010010 | 10 | 111111 | 1100000 | 111010 |
Color Harmonies of #EFFB2C
Complementary color
Monochromatic Colors of #EFFB2C
Black with #EFFB2C
Text Example
Text Example
White with #EFFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFB2C; }
p { color: rgb(239,251,44); }
H1.HeaderClassName
{
color: #EFFB2C;
}
.AnyTagClassName
{
color: #EFFB2C;
}
</style>
background-color css
<style>
a { background-color: #EFFB2C; }
a { background-color: rgb(239,251,44); }
div.DivClassName
{
background-color: #EFFB2C;
}
.BgClassName
{
background-color: #EFFB2C;
}
</style>
border-color css
<style>
span { border-color: #EFFB2C; }
span { border-color: rgb(239,251,44); }
td.TdClassName
{
border-color: #EFFB2C;
}
.TagClassName
{
border-color: #EFFB2C;
}
</style>