Shades of Gold #ECD00A
Tints of Gold #ECD00A
RGB
CMYK
RGB Variations
Color information
#ECD00A (or 0xECD00A) is known color: Gold. HEX triplet: EC, D0 and 0A. RGB value is (236,208,10). Sum of RGB (Red+Green+Blue) = 236+208+10=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD00A is #132FF5. Grayscale: #C2C2C2. Windows color (decimal): -1257462 or 708844. OLE color: 708844.
HSL color Cylindrical-coordinate representation of color #ECD00A: hue angle of 52.57º degrees, saturation: 0.92, 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 #ECD00A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.07 |
| HSL | 52.57º | 0.92% | 0.48% | - |
| HSV(B) | 52.57º | 0.96% | 0.93% | - |
| XYZ | 57.2 | 62.97 | 9.43 | - |
| YUV | 193.8 | 24.28 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 10 | 0 | 0.12 | 0.96 | 0.07 | 52.57 | 0.92 | 0.48 |
| Hex | EC | D0 | A | 0 | C | 60 | 7 | 35 | 5C | 30 |
| Octal | 354 | 320 | 12 | 0 | 14 | 140 | 7 | 65 | 134 | 60 |
| Binary | 11101100 | 11010000 | 1010 | 0 | 1100 | 1100000 | 111 | 110101 | 1011100 | 110000 |
Color Harmonies of #ECD00A
Complementary color
Monochromatic Colors of #ECD00A
Black with #ECD00A
Text Example
Text Example
White with #ECD00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD00A; }
p { color: rgb(236,208,10); }
H1.HeaderClassName
{
color: #ECD00A;
}
.AnyTagClassName
{
color: #ECD00A;
}
</style>
background-color css
<style>
a { background-color: #ECD00A; }
a { background-color: rgb(236,208,10); }
div.DivClassName
{
background-color: #ECD00A;
}
.BgClassName
{
background-color: #ECD00A;
}
</style>
border-color css
<style>
span { border-color: #ECD00A; }
span { border-color: rgb(236,208,10); }
td.TdClassName
{
border-color: #ECD00A;
}
.TagClassName
{
border-color: #ECD00A;
}
</style>