Shades of Harvest Gold #ECB773
Tints of Harvest Gold #ECB773
RGB
CMYK
RGB Variations
Color information
#ECB773 (or 0xECB773) is known color: Harvest Gold. HEX triplet: EC, B7 and 73. RGB value is (236,183,115). Sum of RGB (Red+Green+Blue) = 236+183+115=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB773 is #13488C. Grayscale: #BFBFBF. Windows color (decimal): -1263757 or 7583724. OLE color: 7583724.
HSL color Cylindrical-coordinate representation of color #ECB773: hue angle of 33.72º 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 #ECB773 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 115 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 33.72º | 0.76% | 0.69% | - |
| HSV(B) | 33.72º | 0.51% | 0.93% | - |
| XYZ | 54.62 | 52.94 | 23.56 | - |
| YUV | 191.1 | 85.06 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 115 | 0 | 0.22 | 0.51 | 0.07 | 33.72 | 0.76 | 0.69 |
| Hex | EC | B7 | 73 | 0 | 16 | 33 | 7 | 22 | 4C | 45 |
| Octal | 354 | 267 | 163 | 0 | 26 | 63 | 7 | 42 | 114 | 105 |
| Binary | 11101100 | 10110111 | 1110011 | 0 | 10110 | 110011 | 111 | 100010 | 1001100 | 1000101 |
Color Harmonies of #ECB773
Complementary color
Monochromatic Colors of #ECB773
Black with #ECB773
Text Example
Text Example
White with #ECB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB773; }
p { color: rgb(236,183,115); }
H1.HeaderClassName
{
color: #ECB773;
}
.AnyTagClassName
{
color: #ECB773;
}
</style>
background-color css
<style>
a { background-color: #ECB773; }
a { background-color: rgb(236,183,115); }
div.DivClassName
{
background-color: #ECB773;
}
.BgClassName
{
background-color: #ECB773;
}
</style>
border-color css
<style>
span { border-color: #ECB773; }
span { border-color: rgb(236,183,115); }
td.TdClassName
{
border-color: #ECB773;
}
.TagClassName
{
border-color: #ECB773;
}
</style>