Shades of Golden Fizz #ECEC31
Tints of Golden Fizz #ECEC31
RGB
CMYK
RGB Variations
Color information
#ECEC31 (or 0xECEC31) is known color: Golden Fizz. HEX triplet: EC, EC and 31. RGB value is (236,236,49). Sum of RGB (Red+Green+Blue) = 236+236+49=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC31 is #1313CE. Grayscale: #D7D7D7. Windows color (decimal): -1250255 or 3271916. OLE color: 3271916.
HSL color Cylindrical-coordinate representation of color #ECEC31: hue angle of 60º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECEC31 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 49 | - |
| CMYK | 0 | 0 | 0.79 | 0.07 |
| HSL | 60º | 0.83% | 0.56% | - |
| HSV(B) | 60º | 0.79% | 0.93% | - |
| XYZ | 65.14 | 78.05 | 14.54 | - |
| YUV | 214.68 | 34.5 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 49 | 0 | 0 | 0.79 | 0.07 | 60 | 0.83 | 0.56 |
| Hex | EC | EC | 31 | 0 | 0 | 4F | 7 | 3C | 53 | 38 |
| Octal | 354 | 354 | 61 | 0 | 0 | 117 | 7 | 74 | 123 | 70 |
| Binary | 11101100 | 11101100 | 110001 | 0 | 0 | 1001111 | 111 | 111100 | 1010011 | 111000 |
Color Harmonies of #ECEC31
Complementary color
Monochromatic Colors of #ECEC31
Black with #ECEC31
Text Example
Text Example
White with #ECEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC31; }
p { color: rgb(236,236,49); }
H1.HeaderClassName
{
color: #ECEC31;
}
.AnyTagClassName
{
color: #ECEC31;
}
</style>
background-color css
<style>
a { background-color: #ECEC31; }
a { background-color: rgb(236,236,49); }
div.DivClassName
{
background-color: #ECEC31;
}
.BgClassName
{
background-color: #ECEC31;
}
</style>
border-color css
<style>
span { border-color: #ECEC31; }
span { border-color: rgb(236,236,49); }
td.TdClassName
{
border-color: #ECEC31;
}
.TagClassName
{
border-color: #ECEC31;
}
</style>