Shades of Golden Fizz #ECF025
Tints of Golden Fizz #ECF025
RGB
CMYK
RGB Variations
Color information
#ECF025 (or 0xECF025) is known color: Golden Fizz. HEX triplet: EC, F0 and 25. RGB value is (236,240,37). Sum of RGB (Red+Green+Blue) = 236+240+37=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 37 (14.84% from 255 or 7.21% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF025 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF025 is #130FDA. Grayscale: #D8D8D8. Windows color (decimal): -1249243 or 2486508. OLE color: 2486508.
HSL color Cylindrical-coordinate representation of color #ECF025: hue angle of 61.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECF025 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 37 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.06 |
| HSL | 61.18º | 0.87% | 0.54% | - |
| HSV(B) | 61.18º | 0.85% | 0.94% | - |
| XYZ | 66.09 | 80.29 | 13.76 | - |
| YUV | 215.66 | 27.17 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 37 | 0.02 | 0 | 0.85 | 0.06 | 61.18 | 0.87 | 0.54 |
| Hex | EC | F0 | 25 | 2 | 0 | 55 | 6 | 3D | 57 | 36 |
| Octal | 354 | 360 | 45 | 2 | 0 | 125 | 6 | 75 | 127 | 66 |
| Binary | 11101100 | 11110000 | 100101 | 10 | 0 | 1010101 | 110 | 111101 | 1010111 | 110110 |
Color Harmonies of #ECF025
Complementary color
Monochromatic Colors of #ECF025
Black with #ECF025
Text Example
Text Example
White with #ECF025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF025; }
p { color: rgb(236,240,37); }
H1.HeaderClassName
{
color: #ECF025;
}
.AnyTagClassName
{
color: #ECF025;
}
</style>
background-color css
<style>
a { background-color: #ECF025; }
a { background-color: rgb(236,240,37); }
div.DivClassName
{
background-color: #ECF025;
}
.BgClassName
{
background-color: #ECF025;
}
</style>
border-color css
<style>
span { border-color: #ECF025; }
span { border-color: rgb(236,240,37); }
td.TdClassName
{
border-color: #ECF025;
}
.TagClassName
{
border-color: #ECF025;
}
</style>