Shades of Harvest Gold #ECB473
Tints of Harvest Gold #ECB473
RGB
CMYK
RGB Variations
Color information
#ECB473 (or 0xECB473) is known color: Harvest Gold. HEX triplet: EC, B4 and 73. RGB value is (236,180,115). Sum of RGB (Red+Green+Blue) = 236+180+115=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB473 is #134B8C. Grayscale: #BDBDBD. Windows color (decimal): -1264525 or 7582956. OLE color: 7582956.
HSL color Cylindrical-coordinate representation of color #ECB473: hue angle of 32.23º 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 #ECB473 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 115 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 32.23º | 0.76% | 0.69% | - |
| HSV(B) | 32.23º | 0.51% | 0.93% | - |
| XYZ | 54.01 | 51.71 | 23.35 | - |
| YUV | 189.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 115 | 0 | 0.24 | 0.51 | 0.07 | 32.23 | 0.76 | 0.69 |
| Hex | EC | B4 | 73 | 0 | 18 | 33 | 7 | 20 | 4C | 45 |
| Octal | 354 | 264 | 163 | 0 | 30 | 63 | 7 | 40 | 114 | 105 |
| Binary | 11101100 | 10110100 | 1110011 | 0 | 11000 | 110011 | 111 | 100000 | 1001100 | 1000101 |
Color Harmonies of #ECB473
Complementary color
Monochromatic Colors of #ECB473
Black with #ECB473
Text Example
Text Example
White with #ECB473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB473; }
p { color: rgb(236,180,115); }
H1.HeaderClassName
{
color: #ECB473;
}
.AnyTagClassName
{
color: #ECB473;
}
</style>
background-color css
<style>
a { background-color: #ECB473; }
a { background-color: rgb(236,180,115); }
div.DivClassName
{
background-color: #ECB473;
}
.BgClassName
{
background-color: #ECB473;
}
</style>
border-color css
<style>
span { border-color: #ECB473; }
span { border-color: rgb(236,180,115); }
td.TdClassName
{
border-color: #ECB473;
}
.TagClassName
{
border-color: #ECB473;
}
</style>