Shades of Harvest Gold #ECB374
Tints of Harvest Gold #ECB374
RGB
CMYK
RGB Variations
Color information
#ECB374 (or 0xECB374) is known color: Harvest Gold. HEX triplet: EC, B3 and 74. RGB value is (236,179,116). Sum of RGB (Red+Green+Blue) = 236+179+116=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB374 is #134C8B. Grayscale: #BDBDBD. Windows color (decimal): -1264780 or 7648236. OLE color: 7648236.
HSL color Cylindrical-coordinate representation of color #ECB374: hue angle of 31.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECB374 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 116 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 31.5º | 0.76% | 0.69% | - |
| HSV(B) | 31.5º | 0.51% | 0.93% | - |
| XYZ | 53.86 | 51.33 | 23.59 | - |
| YUV | 188.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 116 | 0 | 0.24 | 0.51 | 0.07 | 31.5 | 0.76 | 0.69 |
| Hex | EC | B3 | 74 | 0 | 18 | 33 | 7 | 1F | 4C | 45 |
| Octal | 354 | 263 | 164 | 0 | 30 | 63 | 7 | 37 | 114 | 105 |
| Binary | 11101100 | 10110011 | 1110100 | 0 | 11000 | 110011 | 111 | 11111 | 1001100 | 1000101 |
Color Harmonies of #ECB374
Complementary color
Monochromatic Colors of #ECB374
Black with #ECB374
Text Example
Text Example
White with #ECB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB374; }
p { color: rgb(236,179,116); }
H1.HeaderClassName
{
color: #ECB374;
}
.AnyTagClassName
{
color: #ECB374;
}
</style>
background-color css
<style>
a { background-color: #ECB374; }
a { background-color: rgb(236,179,116); }
div.DivClassName
{
background-color: #ECB374;
}
.BgClassName
{
background-color: #ECB374;
}
</style>
border-color css
<style>
span { border-color: #ECB374; }
span { border-color: rgb(236,179,116); }
td.TdClassName
{
border-color: #ECB374;
}
.TagClassName
{
border-color: #ECB374;
}
</style>