Shades of Golden Fizz #EFF524
Tints of Golden Fizz #EFF524
RGB
CMYK
RGB Variations
Color information
#EFF524 (or 0xEFF524) is known color: Golden Fizz. HEX triplet: EF, F5 and 24. RGB value is (239,245,36). Sum of RGB (Red+Green+Blue) = 239+245+36=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 36 (14.45% from 255 or 6.92% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF524 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF524 is #100ADB. Grayscale: #DCDCDC. Windows color (decimal): -1051356 or 2422255. OLE color: 2422255.
HSL color Cylindrical-coordinate representation of color #EFF524: hue angle of 61.72º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFF524 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 36 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.04 |
| HSL | 61.72º | 0.91% | 0.55% | - |
| HSV(B) | 61.72º | 0.85% | 0.96% | - |
| XYZ | 68.57 | 83.78 | 14.23 | - |
| YUV | 219.38 | 24.51 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 36 | 0.02 | 0 | 0.85 | 0.04 | 61.72 | 0.91 | 0.55 |
| Hex | EF | F5 | 24 | 2 | 0 | 55 | 4 | 3E | 5B | 37 |
| Octal | 357 | 365 | 44 | 2 | 0 | 125 | 4 | 76 | 133 | 67 |
| Binary | 11101111 | 11110101 | 100100 | 10 | 0 | 1010101 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EFF524
Complementary color
Monochromatic Colors of #EFF524
Black with #EFF524
Text Example
Text Example
White with #EFF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF524; }
p { color: rgb(239,245,36); }
H1.HeaderClassName
{
color: #EFF524;
}
.AnyTagClassName
{
color: #EFF524;
}
</style>
background-color css
<style>
a { background-color: #EFF524; }
a { background-color: rgb(239,245,36); }
div.DivClassName
{
background-color: #EFF524;
}
.BgClassName
{
background-color: #EFF524;
}
</style>
border-color css
<style>
span { border-color: #EFF524; }
span { border-color: rgb(239,245,36); }
td.TdClassName
{
border-color: #EFF524;
}
.TagClassName
{
border-color: #EFF524;
}
</style>