Shades of Harvest Gold #ECB573
Tints of Harvest Gold #ECB573
RGB
CMYK
RGB Variations
Color information
#ECB573 (or 0xECB573) is known color: Harvest Gold. HEX triplet: EC, B5 and 73. RGB value is (236,181,115). Sum of RGB (Red+Green+Blue) = 236+181+115=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB573 is #134A8C. Grayscale: #BEBEBE. Windows color (decimal): -1264269 or 7583212. OLE color: 7583212.
HSL color Cylindrical-coordinate representation of color #ECB573: hue angle of 32.73º 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 #ECB573 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 115 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.07 |
| HSL | 32.73º | 0.76% | 0.69% | - |
| HSV(B) | 32.73º | 0.51% | 0.93% | - |
| XYZ | 54.21 | 52.12 | 23.42 | - |
| YUV | 189.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 115 | 0 | 0.23 | 0.51 | 0.07 | 32.73 | 0.76 | 0.69 |
| Hex | EC | B5 | 73 | 0 | 17 | 33 | 7 | 21 | 4C | 45 |
| Octal | 354 | 265 | 163 | 0 | 27 | 63 | 7 | 41 | 114 | 105 |
| Binary | 11101100 | 10110101 | 1110011 | 0 | 10111 | 110011 | 111 | 100001 | 1001100 | 1000101 |
Color Harmonies of #ECB573
Complementary color
Monochromatic Colors of #ECB573
Black with #ECB573
Text Example
Text Example
White with #ECB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB573; }
p { color: rgb(236,181,115); }
H1.HeaderClassName
{
color: #ECB573;
}
.AnyTagClassName
{
color: #ECB573;
}
</style>
background-color css
<style>
a { background-color: #ECB573; }
a { background-color: rgb(236,181,115); }
div.DivClassName
{
background-color: #ECB573;
}
.BgClassName
{
background-color: #ECB573;
}
</style>
border-color css
<style>
span { border-color: #ECB573; }
span { border-color: rgb(236,181,115); }
td.TdClassName
{
border-color: #ECB573;
}
.TagClassName
{
border-color: #ECB573;
}
</style>