Shades of Golden Fizz #ECE521
Tints of Golden Fizz #ECE521
RGB
CMYK
RGB Variations
Color information
#ECE521 (or 0xECE521) is known color: Golden Fizz. HEX triplet: EC, E5 and 21. RGB value is (236,229,33). Sum of RGB (Red+Green+Blue) = 236+229+33=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE521 is #131ADE. Grayscale: #D1D1D1. Windows color (decimal): -1252063 or 2221548. OLE color: 2221548.
HSL color Cylindrical-coordinate representation of color #ECE521: hue angle of 57.93º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECE521 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 33 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.07 |
| HSL | 57.93º | 0.84% | 0.53% | - |
| HSV(B) | 57.93º | 0.86% | 0.93% | - |
| XYZ | 62.89 | 73.98 | 12.4 | - |
| YUV | 208.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 33 | 0 | 0.03 | 0.86 | 0.07 | 57.93 | 0.84 | 0.53 |
| Hex | EC | E5 | 21 | 0 | 3 | 56 | 7 | 3A | 54 | 35 |
| Octal | 354 | 345 | 41 | 0 | 3 | 126 | 7 | 72 | 124 | 65 |
| Binary | 11101100 | 11100101 | 100001 | 0 | 11 | 1010110 | 111 | 111010 | 1010100 | 110101 |
Color Harmonies of #ECE521
Complementary color
Monochromatic Colors of #ECE521
Black with #ECE521
Text Example
Text Example
White with #ECE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE521; }
p { color: rgb(236,229,33); }
H1.HeaderClassName
{
color: #ECE521;
}
.AnyTagClassName
{
color: #ECE521;
}
</style>
background-color css
<style>
a { background-color: #ECE521; }
a { background-color: rgb(236,229,33); }
div.DivClassName
{
background-color: #ECE521;
}
.BgClassName
{
background-color: #ECE521;
}
</style>
border-color css
<style>
span { border-color: #ECE521; }
span { border-color: rgb(236,229,33); }
td.TdClassName
{
border-color: #ECE521;
}
.TagClassName
{
border-color: #ECE521;
}
</style>