Shades of Golden Fizz #ECF125
Tints of Golden Fizz #ECF125
RGB
CMYK
RGB Variations
Color information
#ECF125 (or 0xECF125) is known color: Golden Fizz. HEX triplet: EC, F1 and 25. RGB value is (236,241,37). Sum of RGB (Red+Green+Blue) = 236+241+37=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF125 is #130EDA. Grayscale: #D9D9D9. Windows color (decimal): -1248987 or 2486764. OLE color: 2486764.
HSL color Cylindrical-coordinate representation of color #ECF125: hue angle of 61.47º 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 #ECF125 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 37 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.05 |
| HSL | 61.47º | 0.88% | 0.55% | - |
| HSV(B) | 61.47º | 0.85% | 0.95% | - |
| XYZ | 66.38 | 80.88 | 13.86 | - |
| YUV | 216.25 | 26.84 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 37 | 0.02 | 0 | 0.85 | 0.05 | 61.47 | 0.88 | 0.55 |
| Hex | EC | F1 | 25 | 2 | 0 | 55 | 5 | 3D | 58 | 37 |
| Octal | 354 | 361 | 45 | 2 | 0 | 125 | 5 | 75 | 130 | 67 |
| Binary | 11101100 | 11110001 | 100101 | 10 | 0 | 1010101 | 101 | 111101 | 1011000 | 110111 |
Color Harmonies of #ECF125
Complementary color
Monochromatic Colors of #ECF125
Black with #ECF125
Text Example
Text Example
White with #ECF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF125; }
p { color: rgb(236,241,37); }
H1.HeaderClassName
{
color: #ECF125;
}
.AnyTagClassName
{
color: #ECF125;
}
</style>
background-color css
<style>
a { background-color: #ECF125; }
a { background-color: rgb(236,241,37); }
div.DivClassName
{
background-color: #ECF125;
}
.BgClassName
{
background-color: #ECF125;
}
</style>
border-color css
<style>
span { border-color: #ECF125; }
span { border-color: rgb(236,241,37); }
td.TdClassName
{
border-color: #ECF125;
}
.TagClassName
{
border-color: #ECF125;
}
</style>