Shades of Harvest Gold #ECB372
Tints of Harvest Gold #ECB372
RGB
CMYK
RGB Variations
Color information
#ECB372 (or 0xECB372) is known color: Harvest Gold. HEX triplet: EC, B3 and 72. RGB value is (236,179,114). Sum of RGB (Red+Green+Blue) = 236+179+114=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB372 is #134C8D. Grayscale: #BCBCBC. Windows color (decimal): -1264782 or 7517164. OLE color: 7517164.
HSL color Cylindrical-coordinate representation of color #ECB372: hue angle of 31.97º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECB372 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 114 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.07 |
| HSL | 31.97º | 0.76% | 0.69% | - |
| HSV(B) | 31.97º | 0.52% | 0.93% | - |
| XYZ | 53.75 | 51.29 | 22.99 | - |
| YUV | 188.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 114 | 0 | 0.24 | 0.52 | 0.07 | 31.97 | 0.76 | 0.69 |
| Hex | EC | B3 | 72 | 0 | 18 | 34 | 7 | 20 | 4C | 45 |
| Octal | 354 | 263 | 162 | 0 | 30 | 64 | 7 | 40 | 114 | 105 |
| Binary | 11101100 | 10110011 | 1110010 | 0 | 11000 | 110100 | 111 | 100000 | 1001100 | 1000101 |
Color Harmonies of #ECB372
Complementary color
Monochromatic Colors of #ECB372
Black with #ECB372
Text Example
Text Example
White with #ECB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB372; }
p { color: rgb(236,179,114); }
H1.HeaderClassName
{
color: #ECB372;
}
.AnyTagClassName
{
color: #ECB372;
}
</style>
background-color css
<style>
a { background-color: #ECB372; }
a { background-color: rgb(236,179,114); }
div.DivClassName
{
background-color: #ECB372;
}
.BgClassName
{
background-color: #ECB372;
}
</style>
border-color css
<style>
span { border-color: #ECB372; }
span { border-color: rgb(236,179,114); }
td.TdClassName
{
border-color: #ECB372;
}
.TagClassName
{
border-color: #ECB372;
}
</style>