Shades of Harvest Gold #ECB370
Tints of Harvest Gold #ECB370
RGB
CMYK
RGB Variations
Color information
#ECB370 (or 0xECB370) is known color: Harvest Gold. HEX triplet: EC, B3 and 70. RGB value is (236,179,112). Sum of RGB (Red+Green+Blue) = 236+179+112=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB370 is #134C8F. Grayscale: #BCBCBC. Windows color (decimal): -1264784 or 7386092. OLE color: 7386092.
HSL color Cylindrical-coordinate representation of color #ECB370: hue angle of 32.42º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECB370 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 112 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.07 |
| HSL | 32.42º | 0.77% | 0.68% | - |
| HSV(B) | 32.42º | 0.53% | 0.93% | - |
| XYZ | 53.64 | 51.24 | 22.39 | - |
| YUV | 188.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 112 | 0 | 0.24 | 0.53 | 0.07 | 32.42 | 0.77 | 0.68 |
| Hex | EC | B3 | 70 | 0 | 18 | 35 | 7 | 20 | 4D | 44 |
| Octal | 354 | 263 | 160 | 0 | 30 | 65 | 7 | 40 | 115 | 104 |
| Binary | 11101100 | 10110011 | 1110000 | 0 | 11000 | 110101 | 111 | 100000 | 1001101 | 1000100 |
Color Harmonies of #ECB370
Complementary color
Monochromatic Colors of #ECB370
Black with #ECB370
Text Example
Text Example
White with #ECB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB370; }
p { color: rgb(236,179,112); }
H1.HeaderClassName
{
color: #ECB370;
}
.AnyTagClassName
{
color: #ECB370;
}
</style>
background-color css
<style>
a { background-color: #ECB370; }
a { background-color: rgb(236,179,112); }
div.DivClassName
{
background-color: #ECB370;
}
.BgClassName
{
background-color: #ECB370;
}
</style>
border-color css
<style>
span { border-color: #ECB370; }
span { border-color: rgb(236,179,112); }
td.TdClassName
{
border-color: #ECB370;
}
.TagClassName
{
border-color: #ECB370;
}
</style>