Shades of Harvest Gold #ECB563
Tints of Harvest Gold #ECB563
RGB
CMYK
RGB Variations
Color information
#ECB563 (or 0xECB563) is known color: Harvest Gold. HEX triplet: EC, B5 and 63. RGB value is (236,181,99). Sum of RGB (Red+Green+Blue) = 236+181+99=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB563 is #134A9C. Grayscale: #BCBCBC. Windows color (decimal): -1264285 or 6534636. OLE color: 6534636.
HSL color Cylindrical-coordinate representation of color #ECB563: hue angle of 35.91º 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 #ECB563 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 99 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.07 |
| HSL | 35.91º | 0.78% | 0.66% | - |
| HSV(B) | 35.91º | 0.58% | 0.93% | - |
| XYZ | 53.37 | 51.78 | 18.99 | - |
| YUV | 188.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 99 | 0 | 0.23 | 0.58 | 0.07 | 35.91 | 0.78 | 0.66 |
| Hex | EC | B5 | 63 | 0 | 17 | 3A | 7 | 24 | 4E | 42 |
| Octal | 354 | 265 | 143 | 0 | 27 | 72 | 7 | 44 | 116 | 102 |
| Binary | 11101100 | 10110101 | 1100011 | 0 | 10111 | 111010 | 111 | 100100 | 1001110 | 1000010 |
Color Harmonies of #ECB563
Complementary color
Monochromatic Colors of #ECB563
Black with #ECB563
Text Example
Text Example
White with #ECB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB563; }
p { color: rgb(236,181,99); }
H1.HeaderClassName
{
color: #ECB563;
}
.AnyTagClassName
{
color: #ECB563;
}
</style>
background-color css
<style>
a { background-color: #ECB563; }
a { background-color: rgb(236,181,99); }
div.DivClassName
{
background-color: #ECB563;
}
.BgClassName
{
background-color: #ECB563;
}
</style>
border-color css
<style>
span { border-color: #ECB563; }
span { border-color: rgb(236,181,99); }
td.TdClassName
{
border-color: #ECB563;
}
.TagClassName
{
border-color: #ECB563;
}
</style>