Shades of Golden Fizz #ECFE32
Tints of Golden Fizz #ECFE32
RGB
CMYK
RGB Variations
Color information
#ECFE32 (or 0xECFE32) is known color: Golden Fizz. HEX triplet: EC, FE and 32. RGB value is (236,254,50). Sum of RGB (Red+Green+Blue) = 236+254+50=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFE32 is #1301CD. Grayscale: #E2E2E2. Windows color (decimal): -1245646 or 3342060. OLE color: 3342060.
HSL color Cylindrical-coordinate representation of color #ECFE32: hue angle of 65.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECFE32 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.00 |
| HSL | 65.29º | 0.99% | 0.6% | - |
| HSV(B) | 65.29º | 0.8% | 1% | - |
| XYZ | 70.61 | 88.95 | 16.46 | - |
| YUV | 225.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 50 | 0.07 | 0 | 0.80 | 0.00 | 65.29 | 0.99 | 0.6 |
| Hex | EC | FE | 32 | 7 | 0 | 50 | 0 | 41 | 63 | 3C |
| Octal | 354 | 376 | 62 | 7 | 0 | 120 | 0 | 101 | 143 | 74 |
| Binary | 11101100 | 11111110 | 110010 | 111 | 0 | 1010000 | 0 | 1000001 | 1100011 | 111100 |
Color Harmonies of #ECFE32
Complementary color
Monochromatic Colors of #ECFE32
Black with #ECFE32
Text Example
Text Example
White with #ECFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE32; }
p { color: rgb(236,254,50); }
H1.HeaderClassName
{
color: #ECFE32;
}
.AnyTagClassName
{
color: #ECFE32;
}
</style>
background-color css
<style>
a { background-color: #ECFE32; }
a { background-color: rgb(236,254,50); }
div.DivClassName
{
background-color: #ECFE32;
}
.BgClassName
{
background-color: #ECFE32;
}
</style>
border-color css
<style>
span { border-color: #ECFE32; }
span { border-color: rgb(236,254,50); }
td.TdClassName
{
border-color: #ECFE32;
}
.TagClassName
{
border-color: #ECFE32;
}
</style>