Shades of Golden Fizz #EFFF2A
Tints of Golden Fizz #EFFF2A
RGB
CMYK
RGB Variations
Color information
#EFFF2A (or 0xEFFF2A) is known color: Golden Fizz. HEX triplet: EF, FF and 2A. RGB value is (239,255,42). Sum of RGB (Red+Green+Blue) = 239+255+42=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 42 (16.80% from 255 or 7.84% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF2A is #1000D5. Grayscale: #E2E2E2. Windows color (decimal): -1048790 or 2818031. OLE color: 2818031.
HSL color Cylindrical-coordinate representation of color #EFFF2A: hue angle of 64.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFFF2A is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 42 | - |
| CMYK | 0.06 | 0 | 0.84 | 0 |
| HSL | 64.51º | 1% | 0.58% | - |
| HSV(B) | 64.51º | 0.84% | 1% | - |
| XYZ | 71.77 | 90.04 | 15.79 | - |
| YUV | 225.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 42 | 0.06 | 0 | 0.84 | 0 | 64.51 | 1 | 0.58 |
| Hex | EF | FF | 2A | 6 | 0 | 54 | 0 | 41 | 64 | 3A |
| Octal | 357 | 377 | 52 | 6 | 0 | 124 | 0 | 101 | 144 | 72 |
| Binary | 11101111 | 11111111 | 101010 | 110 | 0 | 1010100 | 0 | 1000001 | 1100100 | 111010 |
Color Harmonies of #EFFF2A
Complementary color
Monochromatic Colors of #EFFF2A
Black with #EFFF2A
Text Example
Text Example
White with #EFFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF2A; }
p { color: rgb(239,255,42); }
H1.HeaderClassName
{
color: #EFFF2A;
}
.AnyTagClassName
{
color: #EFFF2A;
}
</style>
background-color css
<style>
a { background-color: #EFFF2A; }
a { background-color: rgb(239,255,42); }
div.DivClassName
{
background-color: #EFFF2A;
}
.BgClassName
{
background-color: #EFFF2A;
}
</style>
border-color css
<style>
span { border-color: #EFFF2A; }
span { border-color: rgb(239,255,42); }
td.TdClassName
{
border-color: #EFFF2A;
}
.TagClassName
{
border-color: #EFFF2A;
}
</style>