Shades of Golden Fizz #EFF125
Tints of Golden Fizz #EFF125
RGB
CMYK
RGB Variations
Color information
#EFF125 (or 0xEFF125) is known color: Golden Fizz. HEX triplet: EF, F1 and 25. RGB value is (239,241,37). Sum of RGB (Red+Green+Blue) = 239+241+37=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 37 (14.84% from 255 or 7.16% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF125 is #100EDA. Grayscale: #D9D9D9. Windows color (decimal): -1052379 or 2486767. OLE color: 2486767.
HSL color Cylindrical-coordinate representation of color #EFF125: hue angle of 60.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFF125 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 37 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.05 |
| HSL | 60.59º | 0.88% | 0.55% | - |
| HSV(B) | 60.59º | 0.85% | 0.95% | - |
| XYZ | 67.39 | 81.39 | 13.91 | - |
| YUV | 217.15 | 26.34 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 37 | 0.01 | 0 | 0.85 | 0.05 | 60.59 | 0.88 | 0.55 |
| Hex | EF | F1 | 25 | 1 | 0 | 55 | 5 | 3D | 58 | 37 |
| Octal | 357 | 361 | 45 | 1 | 0 | 125 | 5 | 75 | 130 | 67 |
| Binary | 11101111 | 11110001 | 100101 | 1 | 0 | 1010101 | 101 | 111101 | 1011000 | 110111 |
Color Harmonies of #EFF125
Complementary color
Monochromatic Colors of #EFF125
Black with #EFF125
Text Example
Text Example
White with #EFF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF125; }
p { color: rgb(239,241,37); }
H1.HeaderClassName
{
color: #EFF125;
}
.AnyTagClassName
{
color: #EFF125;
}
</style>
background-color css
<style>
a { background-color: #EFF125; }
a { background-color: rgb(239,241,37); }
div.DivClassName
{
background-color: #EFF125;
}
.BgClassName
{
background-color: #EFF125;
}
</style>
border-color css
<style>
span { border-color: #EFF125; }
span { border-color: rgb(239,241,37); }
td.TdClassName
{
border-color: #EFF125;
}
.TagClassName
{
border-color: #EFF125;
}
</style>