Shades of Harvest Gold #ECB975
Tints of Harvest Gold #ECB975
RGB
CMYK
RGB Variations
Color information
#ECB975 (or 0xECB975) is known color: Harvest Gold. HEX triplet: EC, B9 and 75. RGB value is (236,185,117). Sum of RGB (Red+Green+Blue) = 236+185+117=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB975 is #13468A. Grayscale: #C0C0C0. Windows color (decimal): -1263243 or 7715308. OLE color: 7715308.
HSL color Cylindrical-coordinate representation of color #ECB975: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECB975 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 117 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.07 |
| HSL | 34.29º | 0.76% | 0.69% | - |
| HSV(B) | 34.29º | 0.5% | 0.93% | - |
| XYZ | 55.15 | 53.82 | 24.31 | - |
| YUV | 192.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 117 | 0 | 0.22 | 0.50 | 0.07 | 34.29 | 0.76 | 0.69 |
| Hex | EC | B9 | 75 | 0 | 16 | 32 | 7 | 22 | 4C | 45 |
| Octal | 354 | 271 | 165 | 0 | 26 | 62 | 7 | 42 | 114 | 105 |
| Binary | 11101100 | 10111001 | 1110101 | 0 | 10110 | 110010 | 111 | 100010 | 1001100 | 1000101 |
Color Harmonies of #ECB975
Complementary color
Monochromatic Colors of #ECB975
Black with #ECB975
Text Example
Text Example
White with #ECB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB975; }
p { color: rgb(236,185,117); }
H1.HeaderClassName
{
color: #ECB975;
}
.AnyTagClassName
{
color: #ECB975;
}
</style>
background-color css
<style>
a { background-color: #ECB975; }
a { background-color: rgb(236,185,117); }
div.DivClassName
{
background-color: #ECB975;
}
.BgClassName
{
background-color: #ECB975;
}
</style>
border-color css
<style>
span { border-color: #ECB975; }
span { border-color: rgb(236,185,117); }
td.TdClassName
{
border-color: #ECB975;
}
.TagClassName
{
border-color: #ECB975;
}
</style>