Shades of Golden Fizz #ECEC24
Tints of Golden Fizz #ECEC24
RGB
CMYK
RGB Variations
Color information
#ECEC24 (or 0xECEC24) is known color: Golden Fizz. HEX triplet: EC, EC and 24. RGB value is (236,236,36). Sum of RGB (Red+Green+Blue) = 236+236+36=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC24 is #1313DB. Grayscale: #D5D5D5. Windows color (decimal): -1250268 or 2419948. OLE color: 2419948.
HSL color Cylindrical-coordinate representation of color #ECEC24: hue angle of 60º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECEC24 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 36 | - |
| CMYK | 0 | 0 | 0.85 | 0.07 |
| HSL | 60º | 0.84% | 0.53% | - |
| HSV(B) | 60º | 0.85% | 0.93% | - |
| XYZ | 64.91 | 77.95 | 13.29 | - |
| YUV | 213.2 | 28 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 36 | 0 | 0 | 0.85 | 0.07 | 60 | 0.84 | 0.53 |
| Hex | EC | EC | 24 | 0 | 0 | 55 | 7 | 3C | 54 | 35 |
| Octal | 354 | 354 | 44 | 0 | 0 | 125 | 7 | 74 | 124 | 65 |
| Binary | 11101100 | 11101100 | 100100 | 0 | 0 | 1010101 | 111 | 111100 | 1010100 | 110101 |
Color Harmonies of #ECEC24
Complementary color
Monochromatic Colors of #ECEC24
Black with #ECEC24
Text Example
Text Example
White with #ECEC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC24; }
p { color: rgb(236,236,36); }
H1.HeaderClassName
{
color: #ECEC24;
}
.AnyTagClassName
{
color: #ECEC24;
}
</style>
background-color css
<style>
a { background-color: #ECEC24; }
a { background-color: rgb(236,236,36); }
div.DivClassName
{
background-color: #ECEC24;
}
.BgClassName
{
background-color: #ECEC24;
}
</style>
border-color css
<style>
span { border-color: #ECEC24; }
span { border-color: rgb(236,236,36); }
td.TdClassName
{
border-color: #ECEC24;
}
.TagClassName
{
border-color: #ECEC24;
}
</style>