Shades of Golden Fizz #ECFF25
Tints of Golden Fizz #ECFF25
RGB
CMYK
RGB Variations
Color information
#ECFF25 (or 0xECFF25) is known color: Golden Fizz. HEX triplet: EC, FF and 25. RGB value is (236,255,37). Sum of RGB (Red+Green+Blue) = 236+255+37=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 37 (14.84% from 255 or 7.01% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF25 is #1300DA. Grayscale: #E1E1E1. Windows color (decimal): -1245403 or 2490348. OLE color: 2490348.
HSL color Cylindrical-coordinate representation of color #ECFF25: hue angle of 65.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECFF25 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 37 | - |
| CMYK | 0.07 | 0 | 0.85 | 0 |
| HSL | 65.23º | 1% | 0.57% | - |
| HSV(B) | 65.23º | 0.85% | 1% | - |
| XYZ | 70.69 | 89.49 | 15.3 | - |
| YUV | 224.47 | 22.21 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 37 | 0.07 | 0 | 0.85 | 0 | 65.23 | 1 | 0.57 |
| Hex | EC | FF | 25 | 7 | 0 | 55 | 0 | 41 | 64 | 39 |
| Octal | 354 | 377 | 45 | 7 | 0 | 125 | 0 | 101 | 144 | 71 |
| Binary | 11101100 | 11111111 | 100101 | 111 | 0 | 1010101 | 0 | 1000001 | 1100100 | 111001 |
Color Harmonies of #ECFF25
Complementary color
Monochromatic Colors of #ECFF25
Black with #ECFF25
Text Example
Text Example
White with #ECFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF25; }
p { color: rgb(236,255,37); }
H1.HeaderClassName
{
color: #ECFF25;
}
.AnyTagClassName
{
color: #ECFF25;
}
</style>
background-color css
<style>
a { background-color: #ECFF25; }
a { background-color: rgb(236,255,37); }
div.DivClassName
{
background-color: #ECFF25;
}
.BgClassName
{
background-color: #ECFF25;
}
</style>
border-color css
<style>
span { border-color: #ECFF25; }
span { border-color: rgb(236,255,37); }
td.TdClassName
{
border-color: #ECFF25;
}
.TagClassName
{
border-color: #ECFF25;
}
</style>