Shades of Golden Fizz #EFFE29
Tints of Golden Fizz #EFFE29
RGB
CMYK
RGB Variations
Color information
#EFFE29 (or 0xEFFE29) is known color: Golden Fizz. HEX triplet: EF, FE and 29. RGB value is (239,254,41). Sum of RGB (Red+Green+Blue) = 239+254+41=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 41 (16.41% from 255 or 7.68% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE29 is #1001D6. Grayscale: #E2E2E2. Windows color (decimal): -1049047 or 2752239. OLE color: 2752239.
HSL color Cylindrical-coordinate representation of color #EFFE29: hue angle of 64.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFFE29 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 41 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.00 |
| HSL | 64.23º | 0.99% | 0.58% | - |
| HSV(B) | 64.23º | 0.84% | 1% | - |
| XYZ | 71.44 | 89.39 | 15.59 | - |
| YUV | 225.23 | 24.03 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 41 | 0.06 | 0 | 0.84 | 0.00 | 64.23 | 0.99 | 0.58 |
| Hex | EF | FE | 29 | 6 | 0 | 54 | 0 | 40 | 63 | 3A |
| Octal | 357 | 376 | 51 | 6 | 0 | 124 | 0 | 100 | 143 | 72 |
| Binary | 11101111 | 11111110 | 101001 | 110 | 0 | 1010100 | 0 | 1000000 | 1100011 | 111010 |
Color Harmonies of #EFFE29
Complementary color
Monochromatic Colors of #EFFE29
Black with #EFFE29
Text Example
Text Example
White with #EFFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE29; }
p { color: rgb(239,254,41); }
H1.HeaderClassName
{
color: #EFFE29;
}
.AnyTagClassName
{
color: #EFFE29;
}
</style>
background-color css
<style>
a { background-color: #EFFE29; }
a { background-color: rgb(239,254,41); }
div.DivClassName
{
background-color: #EFFE29;
}
.BgClassName
{
background-color: #EFFE29;
}
</style>
border-color css
<style>
span { border-color: #EFFE29; }
span { border-color: rgb(239,254,41); }
td.TdClassName
{
border-color: #EFFE29;
}
.TagClassName
{
border-color: #EFFE29;
}
</style>