Shades of Harvest Gold #ECB874
Tints of Harvest Gold #ECB874
RGB
CMYK
RGB Variations
Color information
#ECB874 (or 0xECB874) is known color: Harvest Gold. HEX triplet: EC, B8 and 74. RGB value is (236,184,116). Sum of RGB (Red+Green+Blue) = 236+184+116=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB874 is #13478B. Grayscale: #C0C0C0. Windows color (decimal): -1263500 or 7649516. OLE color: 7649516.
HSL color Cylindrical-coordinate representation of color #ECB874: hue angle of 34º 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 #ECB874 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 116 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 34º | 0.76% | 0.69% | - |
| HSV(B) | 34º | 0.51% | 0.93% | - |
| XYZ | 54.88 | 53.37 | 23.93 | - |
| YUV | 191.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 116 | 0 | 0.22 | 0.51 | 0.07 | 34 | 0.76 | 0.69 |
| Hex | EC | B8 | 74 | 0 | 16 | 33 | 7 | 22 | 4C | 45 |
| Octal | 354 | 270 | 164 | 0 | 26 | 63 | 7 | 42 | 114 | 105 |
| Binary | 11101100 | 10111000 | 1110100 | 0 | 10110 | 110011 | 111 | 100010 | 1001100 | 1000101 |
Color Harmonies of #ECB874
Complementary color
Monochromatic Colors of #ECB874
Black with #ECB874
Text Example
Text Example
White with #ECB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB874; }
p { color: rgb(236,184,116); }
H1.HeaderClassName
{
color: #ECB874;
}
.AnyTagClassName
{
color: #ECB874;
}
</style>
background-color css
<style>
a { background-color: #ECB874; }
a { background-color: rgb(236,184,116); }
div.DivClassName
{
background-color: #ECB874;
}
.BgClassName
{
background-color: #ECB874;
}
</style>
border-color css
<style>
span { border-color: #ECB874; }
span { border-color: rgb(236,184,116); }
td.TdClassName
{
border-color: #ECB874;
}
.TagClassName
{
border-color: #ECB874;
}
</style>