Shades of Harvest Gold #ECB972
Tints of Harvest Gold #ECB972
RGB
CMYK
RGB Variations
Color information
#ECB972 (or 0xECB972) is known color: Harvest Gold. HEX triplet: EC, B9 and 72. RGB value is (236,185,114). Sum of RGB (Red+Green+Blue) = 236+185+114=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB972 is #13468D. Grayscale: #C0C0C0. Windows color (decimal): -1263246 or 7518700. OLE color: 7518700.
HSL color Cylindrical-coordinate representation of color #ECB972: hue angle of 34.92º 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 #ECB972 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 114 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.07 |
| HSL | 34.92º | 0.76% | 0.69% | - |
| HSV(B) | 34.92º | 0.52% | 0.93% | - |
| XYZ | 54.98 | 53.75 | 23.4 | - |
| YUV | 192.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 114 | 0 | 0.22 | 0.52 | 0.07 | 34.92 | 0.76 | 0.69 |
| Hex | EC | B9 | 72 | 0 | 16 | 34 | 7 | 23 | 4C | 45 |
| Octal | 354 | 271 | 162 | 0 | 26 | 64 | 7 | 43 | 114 | 105 |
| Binary | 11101100 | 10111001 | 1110010 | 0 | 10110 | 110100 | 111 | 100011 | 1001100 | 1000101 |
Color Harmonies of #ECB972
Complementary color
Monochromatic Colors of #ECB972
Black with #ECB972
Text Example
Text Example
White with #ECB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB972; }
p { color: rgb(236,185,114); }
H1.HeaderClassName
{
color: #ECB972;
}
.AnyTagClassName
{
color: #ECB972;
}
</style>
background-color css
<style>
a { background-color: #ECB972; }
a { background-color: rgb(236,185,114); }
div.DivClassName
{
background-color: #ECB972;
}
.BgClassName
{
background-color: #ECB972;
}
</style>
border-color css
<style>
span { border-color: #ECB972; }
span { border-color: rgb(236,185,114); }
td.TdClassName
{
border-color: #ECB972;
}
.TagClassName
{
border-color: #ECB972;
}
</style>