Shades of Golden Fizz #EFF425
Tints of Golden Fizz #EFF425
RGB
CMYK
RGB Variations
Color information
#EFF425 (or 0xEFF425) is known color: Golden Fizz. HEX triplet: EF, F4 and 25. RGB value is (239,244,37). Sum of RGB (Red+Green+Blue) = 239+244+37=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 37 (14.84% from 255 or 7.12% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF425 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF425 is #100BDA. Grayscale: #DBDBDB. Windows color (decimal): -1051611 or 2487535. OLE color: 2487535.
HSL color Cylindrical-coordinate representation of color #EFF425: hue angle of 61.45º degrees, saturation: 0.9, 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 #EFF425 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 37 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.04 |
| HSL | 61.45º | 0.9% | 0.55% | - |
| HSV(B) | 61.45º | 0.85% | 0.96% | - |
| XYZ | 68.28 | 83.19 | 14.21 | - |
| YUV | 218.91 | 25.34 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 37 | 0.02 | 0 | 0.85 | 0.04 | 61.45 | 0.9 | 0.55 |
| Hex | EF | F4 | 25 | 2 | 0 | 55 | 4 | 3D | 5A | 37 |
| Octal | 357 | 364 | 45 | 2 | 0 | 125 | 4 | 75 | 132 | 67 |
| Binary | 11101111 | 11110100 | 100101 | 10 | 0 | 1010101 | 100 | 111101 | 1011010 | 110111 |
Color Harmonies of #EFF425
Complementary color
Monochromatic Colors of #EFF425
Black with #EFF425
Text Example
Text Example
White with #EFF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF425; }
p { color: rgb(239,244,37); }
H1.HeaderClassName
{
color: #EFF425;
}
.AnyTagClassName
{
color: #EFF425;
}
</style>
background-color css
<style>
a { background-color: #EFF425; }
a { background-color: rgb(239,244,37); }
div.DivClassName
{
background-color: #EFF425;
}
.BgClassName
{
background-color: #EFF425;
}
</style>
border-color css
<style>
span { border-color: #EFF425; }
span { border-color: rgb(239,244,37); }
td.TdClassName
{
border-color: #EFF425;
}
.TagClassName
{
border-color: #EFF425;
}
</style>