Shades of Gold #ECD204
Tints of Gold #ECD204
RGB
CMYK
RGB Variations
Color information
#ECD204 (or 0xECD204) is known color: Gold. HEX triplet: EC, D2 and 04. RGB value is (236,210,4). Sum of RGB (Red+Green+Blue) = 236+210+4=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD204 is #132DFB. Grayscale: #C3C3C3. Windows color (decimal): -1256956 or 316140. OLE color: 316140.
HSL color Cylindrical-coordinate representation of color #ECD204: hue angle of 53.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECD204 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.07 |
| HSL | 53.28º | 0.97% | 0.47% | - |
| HSV(B) | 53.28º | 0.98% | 0.93% | - |
| XYZ | 57.66 | 63.93 | 9.42 | - |
| YUV | 194.29 | 20.61 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 4 | 0 | 0.11 | 0.98 | 0.07 | 53.28 | 0.97 | 0.47 |
| Hex | EC | D2 | 4 | 0 | B | 62 | 7 | 35 | 61 | 2F |
| Octal | 354 | 322 | 4 | 0 | 13 | 142 | 7 | 65 | 141 | 57 |
| Binary | 11101100 | 11010010 | 100 | 0 | 1011 | 1100010 | 111 | 110101 | 1100001 | 101111 |
Color Harmonies of #ECD204
Complementary color
Monochromatic Colors of #ECD204
Black with #ECD204
Text Example
Text Example
White with #ECD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD204; }
p { color: rgb(236,210,4); }
H1.HeaderClassName
{
color: #ECD204;
}
.AnyTagClassName
{
color: #ECD204;
}
</style>
background-color css
<style>
a { background-color: #ECD204; }
a { background-color: rgb(236,210,4); }
div.DivClassName
{
background-color: #ECD204;
}
.BgClassName
{
background-color: #ECD204;
}
</style>
border-color css
<style>
span { border-color: #ECD204; }
span { border-color: rgb(236,210,4); }
td.TdClassName
{
border-color: #ECD204;
}
.TagClassName
{
border-color: #ECD204;
}
</style>