Shades of Gold #ECD506
Tints of Gold #ECD506
RGB
CMYK
RGB Variations
Color information
#ECD506 (or 0xECD506) is known color: Gold. HEX triplet: EC, D5 and 06. RGB value is (236,213,6). Sum of RGB (Red+Green+Blue) = 236+213+6=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD506 is #132AF9. Grayscale: #C5C5C5. Windows color (decimal): -1256186 or 447980. OLE color: 447980.
HSL color Cylindrical-coordinate representation of color #ECD506: hue angle of 54º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECD506 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.07 |
| HSL | 54º | 0.95% | 0.47% | - |
| HSV(B) | 54º | 0.97% | 0.93% | - |
| XYZ | 58.42 | 65.43 | 9.72 | - |
| YUV | 196.28 | 20.62 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 6 | 0 | 0.10 | 0.97 | 0.07 | 54 | 0.95 | 0.47 |
| Hex | EC | D5 | 6 | 0 | A | 61 | 7 | 36 | 5F | 2F |
| Octal | 354 | 325 | 6 | 0 | 12 | 141 | 7 | 66 | 137 | 57 |
| Binary | 11101100 | 11010101 | 110 | 0 | 1010 | 1100001 | 111 | 110110 | 1011111 | 101111 |
Color Harmonies of #ECD506
Complementary color
Monochromatic Colors of #ECD506
Black with #ECD506
Text Example
Text Example
White with #ECD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD506; }
p { color: rgb(236,213,6); }
H1.HeaderClassName
{
color: #ECD506;
}
.AnyTagClassName
{
color: #ECD506;
}
</style>
background-color css
<style>
a { background-color: #ECD506; }
a { background-color: rgb(236,213,6); }
div.DivClassName
{
background-color: #ECD506;
}
.BgClassName
{
background-color: #ECD506;
}
</style>
border-color css
<style>
span { border-color: #ECD506; }
span { border-color: rgb(236,213,6); }
td.TdClassName
{
border-color: #ECD506;
}
.TagClassName
{
border-color: #ECD506;
}
</style>