Shades of Golden Fizz #ECEC28
Tints of Golden Fizz #ECEC28
RGB
CMYK
RGB Variations
Color information
#ECEC28 (or 0xECEC28) is known color: Golden Fizz. HEX triplet: EC, EC and 28. RGB value is (236,236,40). Sum of RGB (Red+Green+Blue) = 236+236+40=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC28 is #1313D7. Grayscale: #D6D6D6. Windows color (decimal): -1250264 or 2682092. OLE color: 2682092.
HSL color Cylindrical-coordinate representation of color #ECEC28: hue angle of 60º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECEC28 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 40 | - |
| CMYK | 0 | 0 | 0.83 | 0.07 |
| HSL | 60º | 0.84% | 0.54% | - |
| HSV(B) | 60º | 0.83% | 0.93% | - |
| XYZ | 64.97 | 77.98 | 13.63 | - |
| YUV | 213.66 | 30 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 40 | 0 | 0 | 0.83 | 0.07 | 60 | 0.84 | 0.54 |
| Hex | EC | EC | 28 | 0 | 0 | 53 | 7 | 3C | 54 | 36 |
| Octal | 354 | 354 | 50 | 0 | 0 | 123 | 7 | 74 | 124 | 66 |
| Binary | 11101100 | 11101100 | 101000 | 0 | 0 | 1010011 | 111 | 111100 | 1010100 | 110110 |
Color Harmonies of #ECEC28
Complementary color
Monochromatic Colors of #ECEC28
Black with #ECEC28
Text Example
Text Example
White with #ECEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC28; }
p { color: rgb(236,236,40); }
H1.HeaderClassName
{
color: #ECEC28;
}
.AnyTagClassName
{
color: #ECEC28;
}
</style>
background-color css
<style>
a { background-color: #ECEC28; }
a { background-color: rgb(236,236,40); }
div.DivClassName
{
background-color: #ECEC28;
}
.BgClassName
{
background-color: #ECEC28;
}
</style>
border-color css
<style>
span { border-color: #ECEC28; }
span { border-color: rgb(236,236,40); }
td.TdClassName
{
border-color: #ECEC28;
}
.TagClassName
{
border-color: #ECEC28;
}
</style>