Shades of Harvest Gold #ECB060
Tints of Harvest Gold #ECB060
RGB
CMYK
RGB Variations
Color information
#ECB060 (or 0xECB060) is known color: Harvest Gold. HEX triplet: EC, B0 and 60. RGB value is (236,176,96). Sum of RGB (Red+Green+Blue) = 236+176+96=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB060 is #134F9F. Grayscale: #B9B9B9. Windows color (decimal): -1265568 or 6336748. OLE color: 6336748.
HSL color Cylindrical-coordinate representation of color #ECB060: hue angle of 34.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECB060 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 96 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.07 |
| HSL | 34.29º | 0.79% | 0.65% | - |
| HSV(B) | 34.29º | 0.59% | 0.93% | - |
| XYZ | 52.23 | 49.73 | 17.91 | - |
| YUV | 184.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 96 | 0 | 0.25 | 0.59 | 0.07 | 34.29 | 0.79 | 0.65 |
| Hex | EC | B0 | 60 | 0 | 19 | 3B | 7 | 22 | 4F | 41 |
| Octal | 354 | 260 | 140 | 0 | 31 | 73 | 7 | 42 | 117 | 101 |
| Binary | 11101100 | 10110000 | 1100000 | 0 | 11001 | 111011 | 111 | 100010 | 1001111 | 1000001 |
Color Harmonies of #ECB060
Complementary color
Monochromatic Colors of #ECB060
Black with #ECB060
Text Example
Text Example
White with #ECB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB060; }
p { color: rgb(236,176,96); }
H1.HeaderClassName
{
color: #ECB060;
}
.AnyTagClassName
{
color: #ECB060;
}
</style>
background-color css
<style>
a { background-color: #ECB060; }
a { background-color: rgb(236,176,96); }
div.DivClassName
{
background-color: #ECB060;
}
.BgClassName
{
background-color: #ECB060;
}
</style>
border-color css
<style>
span { border-color: #ECB060; }
span { border-color: rgb(236,176,96); }
td.TdClassName
{
border-color: #ECB060;
}
.TagClassName
{
border-color: #ECB060;
}
</style>