Shades of Golden Fizz #ECD728
Tints of Golden Fizz #ECD728
RGB
CMYK
RGB Variations
Color information
#ECD728 (or 0xECD728) is known color: Golden Fizz. HEX triplet: EC, D7 and 28. RGB value is (236,215,40). Sum of RGB (Red+Green+Blue) = 236+215+40=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD728 is #1328D7. Grayscale: #CACACA. Windows color (decimal): -1255640 or 2676716. OLE color: 2676716.
HSL color Cylindrical-coordinate representation of color #ECD728: hue angle of 53.57º 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 #ECD728 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 40 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.07 |
| HSL | 53.57º | 0.84% | 0.54% | - |
| HSV(B) | 53.57º | 0.83% | 0.93% | - |
| XYZ | 59.28 | 66.59 | 11.74 | - |
| YUV | 201.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 40 | 0 | 0.09 | 0.83 | 0.07 | 53.57 | 0.84 | 0.54 |
| Hex | EC | D7 | 28 | 0 | 9 | 53 | 7 | 36 | 54 | 36 |
| Octal | 354 | 327 | 50 | 0 | 11 | 123 | 7 | 66 | 124 | 66 |
| Binary | 11101100 | 11010111 | 101000 | 0 | 1001 | 1010011 | 111 | 110110 | 1010100 | 110110 |
Color Harmonies of #ECD728
Complementary color
Monochromatic Colors of #ECD728
Black with #ECD728
Text Example
Text Example
White with #ECD728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD728; }
p { color: rgb(236,215,40); }
H1.HeaderClassName
{
color: #ECD728;
}
.AnyTagClassName
{
color: #ECD728;
}
</style>
background-color css
<style>
a { background-color: #ECD728; }
a { background-color: rgb(236,215,40); }
div.DivClassName
{
background-color: #ECD728;
}
.BgClassName
{
background-color: #ECD728;
}
</style>
border-color css
<style>
span { border-color: #ECD728; }
span { border-color: rgb(236,215,40); }
td.TdClassName
{
border-color: #ECD728;
}
.TagClassName
{
border-color: #ECD728;
}
</style>