Shades of Harvest Gold #ECB861
Tints of Harvest Gold #ECB861
RGB
CMYK
RGB Variations
Color information
#ECB861 (or 0xECB861) is known color: Harvest Gold. HEX triplet: EC, B8 and 61. RGB value is (236,184,97). Sum of RGB (Red+Green+Blue) = 236+184+97=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB861 is #13479E. Grayscale: #BEBEBE. Windows color (decimal): -1263519 or 6404332. OLE color: 6404332.
HSL color Cylindrical-coordinate representation of color #ECB861: hue angle of 37.55º 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 #ECB861 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 97 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.07 |
| HSL | 37.55º | 0.79% | 0.65% | - |
| HSV(B) | 37.55º | 0.59% | 0.93% | - |
| XYZ | 53.89 | 52.98 | 18.69 | - |
| YUV | 189.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 97 | 0 | 0.22 | 0.59 | 0.07 | 37.55 | 0.79 | 0.65 |
| Hex | EC | B8 | 61 | 0 | 16 | 3B | 7 | 26 | 4F | 41 |
| Octal | 354 | 270 | 141 | 0 | 26 | 73 | 7 | 46 | 117 | 101 |
| Binary | 11101100 | 10111000 | 1100001 | 0 | 10110 | 111011 | 111 | 100110 | 1001111 | 1000001 |
Color Harmonies of #ECB861
Complementary color
Monochromatic Colors of #ECB861
Black with #ECB861
Text Example
Text Example
White with #ECB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB861; }
p { color: rgb(236,184,97); }
H1.HeaderClassName
{
color: #ECB861;
}
.AnyTagClassName
{
color: #ECB861;
}
</style>
background-color css
<style>
a { background-color: #ECB861; }
a { background-color: rgb(236,184,97); }
div.DivClassName
{
background-color: #ECB861;
}
.BgClassName
{
background-color: #ECB861;
}
</style>
border-color css
<style>
span { border-color: #ECB861; }
span { border-color: rgb(236,184,97); }
td.TdClassName
{
border-color: #ECB861;
}
.TagClassName
{
border-color: #ECB861;
}
</style>