Shades of Harvest Gold #ECB373
Tints of Harvest Gold #ECB373
RGB
CMYK
RGB Variations
Color information
#ECB373 (or 0xECB373) is known color: Harvest Gold. HEX triplet: EC, B3 and 73. RGB value is (236,179,115). Sum of RGB (Red+Green+Blue) = 236+179+115=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB373 is #134C8C. Grayscale: #BDBDBD. Windows color (decimal): -1264781 or 7582700. OLE color: 7582700.
HSL color Cylindrical-coordinate representation of color #ECB373: hue angle of 31.74º 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 #ECB373 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 115 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 31.74º | 0.76% | 0.69% | - |
| HSV(B) | 31.74º | 0.51% | 0.93% | - |
| XYZ | 53.81 | 51.31 | 23.29 | - |
| YUV | 188.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 115 | 0 | 0.24 | 0.51 | 0.07 | 31.74 | 0.76 | 0.69 |
| Hex | EC | B3 | 73 | 0 | 18 | 33 | 7 | 20 | 4C | 45 |
| Octal | 354 | 263 | 163 | 0 | 30 | 63 | 7 | 40 | 114 | 105 |
| Binary | 11101100 | 10110011 | 1110011 | 0 | 11000 | 110011 | 111 | 100000 | 1001100 | 1000101 |
Color Harmonies of #ECB373
Complementary color
Monochromatic Colors of #ECB373
Black with #ECB373
Text Example
Text Example
White with #ECB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB373; }
p { color: rgb(236,179,115); }
H1.HeaderClassName
{
color: #ECB373;
}
.AnyTagClassName
{
color: #ECB373;
}
</style>
background-color css
<style>
a { background-color: #ECB373; }
a { background-color: rgb(236,179,115); }
div.DivClassName
{
background-color: #ECB373;
}
.BgClassName
{
background-color: #ECB373;
}
</style>
border-color css
<style>
span { border-color: #ECB373; }
span { border-color: rgb(236,179,115); }
td.TdClassName
{
border-color: #ECB373;
}
.TagClassName
{
border-color: #ECB373;
}
</style>