Shades of Golden Fizz #ECFE31
Tints of Golden Fizz #ECFE31
RGB
CMYK
RGB Variations
Color information
#ECFE31 (or 0xECFE31) is known color: Golden Fizz. HEX triplet: EC, FE and 31. RGB value is (236,254,49). Sum of RGB (Red+Green+Blue) = 236+254+49=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 49 (19.53% from 255 or 9.09% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFE31 is #1301CE. Grayscale: #E2E2E2. Windows color (decimal): -1245647 or 3276524. OLE color: 3276524.
HSL color Cylindrical-coordinate representation of color #ECFE31: hue angle of 65.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECFE31 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 49 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.00 |
| HSL | 65.27º | 0.99% | 0.59% | - |
| HSV(B) | 65.27º | 0.81% | 1% | - |
| XYZ | 70.59 | 88.94 | 16.35 | - |
| YUV | 225.25 | 28.54 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 49 | 0.07 | 0 | 0.81 | 0.00 | 65.27 | 0.99 | 0.59 |
| Hex | EC | FE | 31 | 7 | 0 | 51 | 0 | 41 | 63 | 3B |
| Octal | 354 | 376 | 61 | 7 | 0 | 121 | 0 | 101 | 143 | 73 |
| Binary | 11101100 | 11111110 | 110001 | 111 | 0 | 1010001 | 0 | 1000001 | 1100011 | 111011 |
Color Harmonies of #ECFE31
Complementary color
Monochromatic Colors of #ECFE31
Black with #ECFE31
Text Example
Text Example
White with #ECFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE31; }
p { color: rgb(236,254,49); }
H1.HeaderClassName
{
color: #ECFE31;
}
.AnyTagClassName
{
color: #ECFE31;
}
</style>
background-color css
<style>
a { background-color: #ECFE31; }
a { background-color: rgb(236,254,49); }
div.DivClassName
{
background-color: #ECFE31;
}
.BgClassName
{
background-color: #ECFE31;
}
</style>
border-color css
<style>
span { border-color: #ECFE31; }
span { border-color: rgb(236,254,49); }
td.TdClassName
{
border-color: #ECFE31;
}
.TagClassName
{
border-color: #ECFE31;
}
</style>