Shades of Gold #ECD306
Tints of Gold #ECD306
RGB
CMYK
RGB Variations
Color information
#ECD306 (or 0xECD306) is known color: Gold. HEX triplet: EC, D3 and 06. RGB value is (236,211,6). Sum of RGB (Red+Green+Blue) = 236+211+6=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD306 is #132CF9. Grayscale: #C3C3C3. Windows color (decimal): -1256698 or 447468. OLE color: 447468.
HSL color Cylindrical-coordinate representation of color #ECD306: hue angle of 53.48º 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 #ECD306 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.07 |
| HSL | 53.48º | 0.95% | 0.47% | - |
| HSV(B) | 53.48º | 0.97% | 0.93% | - |
| XYZ | 57.92 | 64.43 | 9.56 | - |
| YUV | 195.11 | 21.28 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 6 | 0 | 0.11 | 0.97 | 0.07 | 53.48 | 0.95 | 0.47 |
| Hex | EC | D3 | 6 | 0 | B | 61 | 7 | 35 | 5F | 2F |
| Octal | 354 | 323 | 6 | 0 | 13 | 141 | 7 | 65 | 137 | 57 |
| Binary | 11101100 | 11010011 | 110 | 0 | 1011 | 1100001 | 111 | 110101 | 1011111 | 101111 |
Color Harmonies of #ECD306
Complementary color
Monochromatic Colors of #ECD306
Black with #ECD306
Text Example
Text Example
White with #ECD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD306; }
p { color: rgb(236,211,6); }
H1.HeaderClassName
{
color: #ECD306;
}
.AnyTagClassName
{
color: #ECD306;
}
</style>
background-color css
<style>
a { background-color: #ECD306; }
a { background-color: rgb(236,211,6); }
div.DivClassName
{
background-color: #ECD306;
}
.BgClassName
{
background-color: #ECD306;
}
</style>
border-color css
<style>
span { border-color: #ECD306; }
span { border-color: rgb(236,211,6); }
td.TdClassName
{
border-color: #ECD306;
}
.TagClassName
{
border-color: #ECD306;
}
</style>