Shades of Harvest Gold #ECB260
Tints of Harvest Gold #ECB260
RGB
CMYK
RGB Variations
Color information
#ECB260 (or 0xECB260) is known color: Harvest Gold. HEX triplet: EC, B2 and 60. RGB value is (236,178,96). Sum of RGB (Red+Green+Blue) = 236+178+96=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB260 is #134D9F. Grayscale: #BABABA. Windows color (decimal): -1265056 or 6337260. OLE color: 6337260.
HSL color Cylindrical-coordinate representation of color #ECB260: hue angle of 35.14º 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 #ECB260 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 96 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.07 |
| HSL | 35.14º | 0.79% | 0.65% | - |
| HSV(B) | 35.14º | 0.59% | 0.93% | - |
| XYZ | 52.62 | 50.52 | 18.04 | - |
| YUV | 185.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 96 | 0 | 0.25 | 0.59 | 0.07 | 35.14 | 0.79 | 0.65 |
| Hex | EC | B2 | 60 | 0 | 19 | 3B | 7 | 23 | 4F | 41 |
| Octal | 354 | 262 | 140 | 0 | 31 | 73 | 7 | 43 | 117 | 101 |
| Binary | 11101100 | 10110010 | 1100000 | 0 | 11001 | 111011 | 111 | 100011 | 1001111 | 1000001 |
Color Harmonies of #ECB260
Complementary color
Monochromatic Colors of #ECB260
Black with #ECB260
Text Example
Text Example
White with #ECB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB260; }
p { color: rgb(236,178,96); }
H1.HeaderClassName
{
color: #ECB260;
}
.AnyTagClassName
{
color: #ECB260;
}
</style>
background-color css
<style>
a { background-color: #ECB260; }
a { background-color: rgb(236,178,96); }
div.DivClassName
{
background-color: #ECB260;
}
.BgClassName
{
background-color: #ECB260;
}
</style>
border-color css
<style>
span { border-color: #ECB260; }
span { border-color: rgb(236,178,96); }
td.TdClassName
{
border-color: #ECB260;
}
.TagClassName
{
border-color: #ECB260;
}
</style>