Shades of Golden Fizz #EFF725
Tints of Golden Fizz #EFF725
RGB
CMYK
RGB Variations
Color information
#EFF725 (or 0xEFF725) is known color: Golden Fizz. HEX triplet: EF, F7 and 25. RGB value is (239,247,37). Sum of RGB (Red+Green+Blue) = 239+247+37=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 37 (14.84% from 255 or 7.07% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF725 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF725 is #1008DA. Grayscale: #DDDDDD. Windows color (decimal): -1050843 or 2488303. OLE color: 2488303.
HSL color Cylindrical-coordinate representation of color #EFF725: hue angle of 62.29º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFF725 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 37 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.03 |
| HSL | 62.29º | 0.93% | 0.56% | - |
| HSV(B) | 62.29º | 0.85% | 0.97% | - |
| XYZ | 69.19 | 85.01 | 14.51 | - |
| YUV | 220.67 | 24.35 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 37 | 0.03 | 0 | 0.85 | 0.03 | 62.29 | 0.93 | 0.56 |
| Hex | EF | F7 | 25 | 3 | 0 | 55 | 3 | 3E | 5D | 38 |
| Octal | 357 | 367 | 45 | 3 | 0 | 125 | 3 | 76 | 135 | 70 |
| Binary | 11101111 | 11110111 | 100101 | 11 | 0 | 1010101 | 11 | 111110 | 1011101 | 111000 |
Color Harmonies of #EFF725
Complementary color
Monochromatic Colors of #EFF725
Black with #EFF725
Text Example
Text Example
White with #EFF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF725; }
p { color: rgb(239,247,37); }
H1.HeaderClassName
{
color: #EFF725;
}
.AnyTagClassName
{
color: #EFF725;
}
</style>
background-color css
<style>
a { background-color: #EFF725; }
a { background-color: rgb(239,247,37); }
div.DivClassName
{
background-color: #EFF725;
}
.BgClassName
{
background-color: #EFF725;
}
</style>
border-color css
<style>
span { border-color: #EFF725; }
span { border-color: rgb(239,247,37); }
td.TdClassName
{
border-color: #EFF725;
}
.TagClassName
{
border-color: #EFF725;
}
</style>