Shades of Gold #ECD206
Tints of Gold #ECD206
RGB
CMYK
RGB Variations
Color information
#ECD206 (or 0xECD206) is known color: Gold. HEX triplet: EC, D2 and 06. RGB value is (236,210,6). Sum of RGB (Red+Green+Blue) = 236+210+6=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD206 is #132DF9. Grayscale: #C3C3C3. Windows color (decimal): -1256954 or 447212. OLE color: 447212.
HSL color Cylindrical-coordinate representation of color #ECD206: hue angle of 53.22º 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 #ECD206 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.07 |
| HSL | 53.22º | 0.95% | 0.47% | - |
| HSV(B) | 53.22º | 0.97% | 0.93% | - |
| XYZ | 57.67 | 63.94 | 9.47 | - |
| YUV | 194.52 | 21.61 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 6 | 0 | 0.11 | 0.97 | 0.07 | 53.22 | 0.95 | 0.47 |
| Hex | EC | D2 | 6 | 0 | B | 61 | 7 | 35 | 5F | 2F |
| Octal | 354 | 322 | 6 | 0 | 13 | 141 | 7 | 65 | 137 | 57 |
| Binary | 11101100 | 11010010 | 110 | 0 | 1011 | 1100001 | 111 | 110101 | 1011111 | 101111 |
Color Harmonies of #ECD206
Complementary color
Monochromatic Colors of #ECD206
Black with #ECD206
Text Example
Text Example
White with #ECD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD206; }
p { color: rgb(236,210,6); }
H1.HeaderClassName
{
color: #ECD206;
}
.AnyTagClassName
{
color: #ECD206;
}
</style>
background-color css
<style>
a { background-color: #ECD206; }
a { background-color: rgb(236,210,6); }
div.DivClassName
{
background-color: #ECD206;
}
.BgClassName
{
background-color: #ECD206;
}
</style>
border-color css
<style>
span { border-color: #ECD206; }
span { border-color: rgb(236,210,6); }
td.TdClassName
{
border-color: #ECD206;
}
.TagClassName
{
border-color: #ECD206;
}
</style>