Shades of Harvest Gold #ECB575
Tints of Harvest Gold #ECB575
RGB
CMYK
RGB Variations
Color information
#ECB575 (or 0xECB575) is known color: Harvest Gold. HEX triplet: EC, B5 and 75. RGB value is (236,181,117). Sum of RGB (Red+Green+Blue) = 236+181+117=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB575 is #134A8A. Grayscale: #BEBEBE. Windows color (decimal): -1264267 or 7714284. OLE color: 7714284.
HSL color Cylindrical-coordinate representation of color #ECB575: hue angle of 32.27º 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 #ECB575 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 117 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.07 |
| HSL | 32.27º | 0.76% | 0.69% | - |
| HSV(B) | 32.27º | 0.5% | 0.93% | - |
| XYZ | 54.33 | 52.16 | 24.04 | - |
| YUV | 190.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 117 | 0 | 0.23 | 0.50 | 0.07 | 32.27 | 0.76 | 0.69 |
| Hex | EC | B5 | 75 | 0 | 17 | 32 | 7 | 20 | 4C | 45 |
| Octal | 354 | 265 | 165 | 0 | 27 | 62 | 7 | 40 | 114 | 105 |
| Binary | 11101100 | 10110101 | 1110101 | 0 | 10111 | 110010 | 111 | 100000 | 1001100 | 1000101 |
Color Harmonies of #ECB575
Complementary color
Monochromatic Colors of #ECB575
Black with #ECB575
Text Example
Text Example
White with #ECB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB575; }
p { color: rgb(236,181,117); }
H1.HeaderClassName
{
color: #ECB575;
}
.AnyTagClassName
{
color: #ECB575;
}
</style>
background-color css
<style>
a { background-color: #ECB575; }
a { background-color: rgb(236,181,117); }
div.DivClassName
{
background-color: #ECB575;
}
.BgClassName
{
background-color: #ECB575;
}
</style>
border-color css
<style>
span { border-color: #ECB575; }
span { border-color: rgb(236,181,117); }
td.TdClassName
{
border-color: #ECB575;
}
.TagClassName
{
border-color: #ECB575;
}
</style>