Shades of Golden Fizz #EFF429
Tints of Golden Fizz #EFF429
RGB
CMYK
RGB Variations
Color information
#EFF429 (or 0xEFF429) is known color: Golden Fizz. HEX triplet: EF, F4 and 29. RGB value is (239,244,41). Sum of RGB (Red+Green+Blue) = 239+244+41=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 41 (16.41% from 255 or 7.82% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF429 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF429 is #100BD6. Grayscale: #DCDCDC. Windows color (decimal): -1051607 or 2749679. OLE color: 2749679.
HSL color Cylindrical-coordinate representation of color #EFF429: hue angle of 61.48º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFF429 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 41 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.04 |
| HSL | 61.48º | 0.9% | 0.56% | - |
| HSV(B) | 61.48º | 0.83% | 0.96% | - |
| XYZ | 68.35 | 83.21 | 14.56 | - |
| YUV | 219.36 | 27.34 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 41 | 0.02 | 0 | 0.83 | 0.04 | 61.48 | 0.9 | 0.56 |
| Hex | EF | F4 | 29 | 2 | 0 | 53 | 4 | 3D | 5A | 38 |
| Octal | 357 | 364 | 51 | 2 | 0 | 123 | 4 | 75 | 132 | 70 |
| Binary | 11101111 | 11110100 | 101001 | 10 | 0 | 1010011 | 100 | 111101 | 1011010 | 111000 |
Color Harmonies of #EFF429
Complementary color
Monochromatic Colors of #EFF429
Black with #EFF429
Text Example
Text Example
White with #EFF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF429; }
p { color: rgb(239,244,41); }
H1.HeaderClassName
{
color: #EFF429;
}
.AnyTagClassName
{
color: #EFF429;
}
</style>
background-color css
<style>
a { background-color: #EFF429; }
a { background-color: rgb(239,244,41); }
div.DivClassName
{
background-color: #EFF429;
}
.BgClassName
{
background-color: #EFF429;
}
</style>
border-color css
<style>
span { border-color: #EFF429; }
span { border-color: rgb(239,244,41); }
td.TdClassName
{
border-color: #EFF429;
}
.TagClassName
{
border-color: #EFF429;
}
</style>