Shades of Gold #ECD40C
Tints of Gold #ECD40C
RGB
CMYK
RGB Variations
Color information
#ECD40C (or 0xECD40C) is known color: Gold. HEX triplet: EC, D4 and 0C. RGB value is (236,212,12). Sum of RGB (Red+Green+Blue) = 236+212+12=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD40C is #132BF3. Grayscale: #C5C5C5. Windows color (decimal): -1256436 or 840940. OLE color: 840940.
HSL color Cylindrical-coordinate representation of color #ECD40C: hue angle of 53.57º 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 #ECD40C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.07 |
| HSL | 53.57º | 0.9% | 0.49% | - |
| HSV(B) | 53.57º | 0.95% | 0.93% | - |
| XYZ | 58.2 | 64.95 | 9.82 | - |
| YUV | 196.38 | 23.95 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 12 | 0 | 0.10 | 0.95 | 0.07 | 53.57 | 0.9 | 0.49 |
| Hex | EC | D4 | C | 0 | A | 5F | 7 | 36 | 5A | 31 |
| Octal | 354 | 324 | 14 | 0 | 12 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101100 | 11010100 | 1100 | 0 | 1010 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #ECD40C
Complementary color
Monochromatic Colors of #ECD40C
Black with #ECD40C
Text Example
Text Example
White with #ECD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD40C; }
p { color: rgb(236,212,12); }
H1.HeaderClassName
{
color: #ECD40C;
}
.AnyTagClassName
{
color: #ECD40C;
}
</style>
background-color css
<style>
a { background-color: #ECD40C; }
a { background-color: rgb(236,212,12); }
div.DivClassName
{
background-color: #ECD40C;
}
.BgClassName
{
background-color: #ECD40C;
}
</style>
border-color css
<style>
span { border-color: #ECD40C; }
span { border-color: rgb(236,212,12); }
td.TdClassName
{
border-color: #ECD40C;
}
.TagClassName
{
border-color: #ECD40C;
}
</style>