Shades of Gold #ECD109
Tints of Gold #ECD109
RGB
CMYK
RGB Variations
Color information
#ECD109 (or 0xECD109) is known color: Gold. HEX triplet: EC, D1 and 09. RGB value is (236,209,9). Sum of RGB (Red+Green+Blue) = 236+209+9=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD109 is #132EF6. Grayscale: #C3C3C3. Windows color (decimal): -1257207 or 643564. OLE color: 643564.
HSL color Cylindrical-coordinate representation of color #ECD109: hue angle of 52.86º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECD109 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 52.86º | 0.93% | 0.48% | - |
| HSV(B) | 52.86º | 0.96% | 0.93% | - |
| XYZ | 57.44 | 63.45 | 9.48 | - |
| YUV | 194.27 | 23.45 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 9 | 0 | 0.11 | 0.96 | 0.07 | 52.86 | 0.93 | 0.48 |
| Hex | EC | D1 | 9 | 0 | B | 60 | 7 | 35 | 5D | 30 |
| Octal | 354 | 321 | 11 | 0 | 13 | 140 | 7 | 65 | 135 | 60 |
| Binary | 11101100 | 11010001 | 1001 | 0 | 1011 | 1100000 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #ECD109
Complementary color
Monochromatic Colors of #ECD109
Black with #ECD109
Text Example
Text Example
White with #ECD109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD109; }
p { color: rgb(236,209,9); }
H1.HeaderClassName
{
color: #ECD109;
}
.AnyTagClassName
{
color: #ECD109;
}
</style>
background-color css
<style>
a { background-color: #ECD109; }
a { background-color: rgb(236,209,9); }
div.DivClassName
{
background-color: #ECD109;
}
.BgClassName
{
background-color: #ECD109;
}
</style>
border-color css
<style>
span { border-color: #ECD109; }
span { border-color: rgb(236,209,9); }
td.TdClassName
{
border-color: #ECD109;
}
.TagClassName
{
border-color: #ECD109;
}
</style>