Shades of Gold #ECD40A
Tints of Gold #ECD40A
RGB
CMYK
RGB Variations
Color information
#ECD40A (or 0xECD40A) is known color: Gold. HEX triplet: EC, D4 and 0A. RGB value is (236,212,10). Sum of RGB (Red+Green+Blue) = 236+212+10=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD40A is #132BF5. Grayscale: #C4C4C4. Windows color (decimal): -1256438 or 709868. OLE color: 709868.
HSL color Cylindrical-coordinate representation of color #ECD40A: hue angle of 53.63º 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 #ECD40A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.07 |
| HSL | 53.63º | 0.92% | 0.48% | - |
| HSV(B) | 53.63º | 0.96% | 0.93% | - |
| XYZ | 58.19 | 64.94 | 9.76 | - |
| YUV | 196.15 | 22.95 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 10 | 0 | 0.10 | 0.96 | 0.07 | 53.63 | 0.92 | 0.48 |
| Hex | EC | D4 | A | 0 | A | 60 | 7 | 36 | 5C | 30 |
| Octal | 354 | 324 | 12 | 0 | 12 | 140 | 7 | 66 | 134 | 60 |
| Binary | 11101100 | 11010100 | 1010 | 0 | 1010 | 1100000 | 111 | 110110 | 1011100 | 110000 |
Color Harmonies of #ECD40A
Complementary color
Monochromatic Colors of #ECD40A
Black with #ECD40A
Text Example
Text Example
White with #ECD40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD40A; }
p { color: rgb(236,212,10); }
H1.HeaderClassName
{
color: #ECD40A;
}
.AnyTagClassName
{
color: #ECD40A;
}
</style>
background-color css
<style>
a { background-color: #ECD40A; }
a { background-color: rgb(236,212,10); }
div.DivClassName
{
background-color: #ECD40A;
}
.BgClassName
{
background-color: #ECD40A;
}
</style>
border-color css
<style>
span { border-color: #ECD40A; }
span { border-color: rgb(236,212,10); }
td.TdClassName
{
border-color: #ECD40A;
}
.TagClassName
{
border-color: #ECD40A;
}
</style>