Shades of Golden Fizz #ECFF31
Tints of Golden Fizz #ECFF31
RGB
CMYK
RGB Variations
Color information
#ECFF31 (or 0xECFF31) is known color: Golden Fizz. HEX triplet: EC, FF and 31. RGB value is (236,255,49). Sum of RGB (Red+Green+Blue) = 236+255+49=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 49 (19.53% from 255 or 9.07% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF31 is #1300CE. Grayscale: #E2E2E2. Windows color (decimal): -1245391 or 3276780. OLE color: 3276780.
HSL color Cylindrical-coordinate representation of color #ECFF31: hue angle of 65.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECFF31 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 49 | - |
| CMYK | 0.07 | 0 | 0.81 | 0 |
| HSL | 65.53º | 1% | 0.6% | - |
| HSV(B) | 65.53º | 0.81% | 1% | - |
| XYZ | 70.91 | 89.57 | 16.46 | - |
| YUV | 225.84 | 28.21 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 49 | 0.07 | 0 | 0.81 | 0 | 65.53 | 1 | 0.6 |
| Hex | EC | FF | 31 | 7 | 0 | 51 | 0 | 42 | 64 | 3C |
| Octal | 354 | 377 | 61 | 7 | 0 | 121 | 0 | 102 | 144 | 74 |
| Binary | 11101100 | 11111111 | 110001 | 111 | 0 | 1010001 | 0 | 1000010 | 1100100 | 111100 |
Color Harmonies of #ECFF31
Complementary color
Monochromatic Colors of #ECFF31
Black with #ECFF31
Text Example
Text Example
White with #ECFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF31; }
p { color: rgb(236,255,49); }
H1.HeaderClassName
{
color: #ECFF31;
}
.AnyTagClassName
{
color: #ECFF31;
}
</style>
background-color css
<style>
a { background-color: #ECFF31; }
a { background-color: rgb(236,255,49); }
div.DivClassName
{
background-color: #ECFF31;
}
.BgClassName
{
background-color: #ECFF31;
}
</style>
border-color css
<style>
span { border-color: #ECFF31; }
span { border-color: rgb(236,255,49); }
td.TdClassName
{
border-color: #ECFF31;
}
.TagClassName
{
border-color: #ECFF31;
}
</style>