Shades of Gold #ECD10C
Tints of Gold #ECD10C
RGB
CMYK
RGB Variations
Color information
#ECD10C (or 0xECD10C) is known color: Gold. HEX triplet: EC, D1 and 0C. RGB value is (236,209,12). Sum of RGB (Red+Green+Blue) = 236+209+12=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD10C is #132EF3. Grayscale: #C3C3C3. Windows color (decimal): -1257204 or 840172. OLE color: 840172.
HSL color Cylindrical-coordinate representation of color #ECD10C: hue angle of 52.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECD10C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 52.77º | 0.9% | 0.49% | - |
| HSV(B) | 52.77º | 0.95% | 0.93% | - |
| XYZ | 57.46 | 63.46 | 9.57 | - |
| YUV | 194.62 | 24.95 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 12 | 0 | 0.11 | 0.95 | 0.07 | 52.77 | 0.9 | 0.49 |
| Hex | EC | D1 | C | 0 | B | 5F | 7 | 35 | 5A | 31 |
| Octal | 354 | 321 | 14 | 0 | 13 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101100 | 11010001 | 1100 | 0 | 1011 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #ECD10C
Complementary color
Monochromatic Colors of #ECD10C
Black with #ECD10C
Text Example
Text Example
White with #ECD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD10C; }
p { color: rgb(236,209,12); }
H1.HeaderClassName
{
color: #ECD10C;
}
.AnyTagClassName
{
color: #ECD10C;
}
</style>
background-color css
<style>
a { background-color: #ECD10C; }
a { background-color: rgb(236,209,12); }
div.DivClassName
{
background-color: #ECD10C;
}
.BgClassName
{
background-color: #ECD10C;
}
</style>
border-color css
<style>
span { border-color: #ECD10C; }
span { border-color: rgb(236,209,12); }
td.TdClassName
{
border-color: #ECD10C;
}
.TagClassName
{
border-color: #ECD10C;
}
</style>