Shades of Harvest Gold #ECB063
Tints of Harvest Gold #ECB063
RGB
CMYK
RGB Variations
Color information
#ECB063 (or 0xECB063) is known color: Harvest Gold. HEX triplet: EC, B0 and 63. RGB value is (236,176,99). Sum of RGB (Red+Green+Blue) = 236+176+99=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB063 is #134F9C. Grayscale: #B9B9B9. Windows color (decimal): -1265565 or 6533356. OLE color: 6533356.
HSL color Cylindrical-coordinate representation of color #ECB063: hue angle of 33.72º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECB063 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 99 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.07 |
| HSL | 33.72º | 0.78% | 0.66% | - |
| HSV(B) | 33.72º | 0.58% | 0.93% | - |
| XYZ | 52.37 | 49.78 | 18.65 | - |
| YUV | 185.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 99 | 0 | 0.25 | 0.58 | 0.07 | 33.72 | 0.78 | 0.66 |
| Hex | EC | B0 | 63 | 0 | 19 | 3A | 7 | 22 | 4E | 42 |
| Octal | 354 | 260 | 143 | 0 | 31 | 72 | 7 | 42 | 116 | 102 |
| Binary | 11101100 | 10110000 | 1100011 | 0 | 11001 | 111010 | 111 | 100010 | 1001110 | 1000010 |
Color Harmonies of #ECB063
Complementary color
Monochromatic Colors of #ECB063
Black with #ECB063
Text Example
Text Example
White with #ECB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB063; }
p { color: rgb(236,176,99); }
H1.HeaderClassName
{
color: #ECB063;
}
.AnyTagClassName
{
color: #ECB063;
}
</style>
background-color css
<style>
a { background-color: #ECB063; }
a { background-color: rgb(236,176,99); }
div.DivClassName
{
background-color: #ECB063;
}
.BgClassName
{
background-color: #ECB063;
}
</style>
border-color css
<style>
span { border-color: #ECB063; }
span { border-color: rgb(236,176,99); }
td.TdClassName
{
border-color: #ECB063;
}
.TagClassName
{
border-color: #ECB063;
}
</style>