Shades of Harvest Gold #ECB973
Tints of Harvest Gold #ECB973
RGB
CMYK
RGB Variations
Color information
#ECB973 (or 0xECB973) is known color: Harvest Gold. HEX triplet: EC, B9 and 73. RGB value is (236,185,115). Sum of RGB (Red+Green+Blue) = 236+185+115=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB973 is #13468C. Grayscale: #C0C0C0. Windows color (decimal): -1263245 or 7584236. OLE color: 7584236.
HSL color Cylindrical-coordinate representation of color #ECB973: hue angle of 34.71º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECB973 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 115 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 34.71º | 0.76% | 0.69% | - |
| HSV(B) | 34.71º | 0.51% | 0.93% | - |
| XYZ | 55.04 | 53.77 | 23.7 | - |
| YUV | 192.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 115 | 0 | 0.22 | 0.51 | 0.07 | 34.71 | 0.76 | 0.69 |
| Hex | EC | B9 | 73 | 0 | 16 | 33 | 7 | 23 | 4C | 45 |
| Octal | 354 | 271 | 163 | 0 | 26 | 63 | 7 | 43 | 114 | 105 |
| Binary | 11101100 | 10111001 | 1110011 | 0 | 10110 | 110011 | 111 | 100011 | 1001100 | 1000101 |
Color Harmonies of #ECB973
Complementary color
Monochromatic Colors of #ECB973
Black with #ECB973
Text Example
Text Example
White with #ECB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB973; }
p { color: rgb(236,185,115); }
H1.HeaderClassName
{
color: #ECB973;
}
.AnyTagClassName
{
color: #ECB973;
}
</style>
background-color css
<style>
a { background-color: #ECB973; }
a { background-color: rgb(236,185,115); }
div.DivClassName
{
background-color: #ECB973;
}
.BgClassName
{
background-color: #ECB973;
}
</style>
border-color css
<style>
span { border-color: #ECB973; }
span { border-color: rgb(236,185,115); }
td.TdClassName
{
border-color: #ECB973;
}
.TagClassName
{
border-color: #ECB973;
}
</style>