Shades of Golden Fizz #ECFD25
Tints of Golden Fizz #ECFD25
RGB
CMYK
RGB Variations
Color information
#ECFD25 (or 0xECFD25) is known color: Golden Fizz. HEX triplet: EC, FD and 25. RGB value is (236,253,37). Sum of RGB (Red+Green+Blue) = 236+253+37=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 37 (14.84% from 255 or 7.03% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD25 is #1302DA. Grayscale: #E0E0E0. Windows color (decimal): -1245915 or 2489836. OLE color: 2489836.
HSL color Cylindrical-coordinate representation of color #ECFD25: hue angle of 64.72º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECFD25 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 37 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.01 |
| HSL | 64.72º | 0.98% | 0.57% | - |
| HSV(B) | 64.72º | 0.85% | 0.99% | - |
| XYZ | 70.05 | 88.22 | 15.09 | - |
| YUV | 223.29 | 22.87 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 37 | 0.07 | 0 | 0.85 | 0.01 | 64.72 | 0.98 | 0.57 |
| Hex | EC | FD | 25 | 7 | 0 | 55 | 1 | 41 | 62 | 39 |
| Octal | 354 | 375 | 45 | 7 | 0 | 125 | 1 | 101 | 142 | 71 |
| Binary | 11101100 | 11111101 | 100101 | 111 | 0 | 1010101 | 1 | 1000001 | 1100010 | 111001 |
Color Harmonies of #ECFD25
Complementary color
Monochromatic Colors of #ECFD25
Black with #ECFD25
Text Example
Text Example
White with #ECFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD25; }
p { color: rgb(236,253,37); }
H1.HeaderClassName
{
color: #ECFD25;
}
.AnyTagClassName
{
color: #ECFD25;
}
</style>
background-color css
<style>
a { background-color: #ECFD25; }
a { background-color: rgb(236,253,37); }
div.DivClassName
{
background-color: #ECFD25;
}
.BgClassName
{
background-color: #ECFD25;
}
</style>
border-color css
<style>
span { border-color: #ECFD25; }
span { border-color: rgb(236,253,37); }
td.TdClassName
{
border-color: #ECFD25;
}
.TagClassName
{
border-color: #ECFD25;
}
</style>