Shades of Golden Fizz #EFF724
Tints of Golden Fizz #EFF724
RGB
CMYK
RGB Variations
Color information
#EFF724 (or 0xEFF724) is known color: Golden Fizz. HEX triplet: EF, F7 and 24. RGB value is (239,247,36). Sum of RGB (Red+Green+Blue) = 239+247+36=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 36 (14.45% from 255 or 6.90% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF724 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF724 is #1008DB. Grayscale: #DDDDDD. Windows color (decimal): -1050844 or 2422767. OLE color: 2422767.
HSL color Cylindrical-coordinate representation of color #EFF724: hue angle of 62.27º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFF724 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 36 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.03 |
| HSL | 62.27º | 0.93% | 0.55% | - |
| HSV(B) | 62.27º | 0.85% | 0.97% | - |
| XYZ | 69.18 | 85 | 14.43 | - |
| YUV | 220.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 36 | 0.03 | 0 | 0.85 | 0.03 | 62.27 | 0.93 | 0.55 |
| Hex | EF | F7 | 24 | 3 | 0 | 55 | 3 | 3E | 5D | 37 |
| Octal | 357 | 367 | 44 | 3 | 0 | 125 | 3 | 76 | 135 | 67 |
| Binary | 11101111 | 11110111 | 100100 | 11 | 0 | 1010101 | 11 | 111110 | 1011101 | 110111 |
Color Harmonies of #EFF724
Complementary color
Monochromatic Colors of #EFF724
Black with #EFF724
Text Example
Text Example
White with #EFF724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF724; }
p { color: rgb(239,247,36); }
H1.HeaderClassName
{
color: #EFF724;
}
.AnyTagClassName
{
color: #EFF724;
}
</style>
background-color css
<style>
a { background-color: #EFF724; }
a { background-color: rgb(239,247,36); }
div.DivClassName
{
background-color: #EFF724;
}
.BgClassName
{
background-color: #EFF724;
}
</style>
border-color css
<style>
span { border-color: #EFF724; }
span { border-color: rgb(239,247,36); }
td.TdClassName
{
border-color: #EFF724;
}
.TagClassName
{
border-color: #EFF724;
}
</style>