Shades of Harvest Gold #ECB762
Tints of Harvest Gold #ECB762
RGB
CMYK
RGB Variations
Color information
#ECB762 (or 0xECB762) is known color: Harvest Gold. HEX triplet: EC, B7 and 62. RGB value is (236,183,98). Sum of RGB (Red+Green+Blue) = 236+183+98=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB762 is #13489D. Grayscale: #BDBDBD. Windows color (decimal): -1263774 or 6469612. OLE color: 6469612.
HSL color Cylindrical-coordinate representation of color #ECB762: hue angle of 36.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECB762 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 98 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.07 |
| HSL | 36.96º | 0.78% | 0.65% | - |
| HSV(B) | 36.96º | 0.58% | 0.93% | - |
| XYZ | 53.73 | 52.58 | 18.87 | - |
| YUV | 189.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 98 | 0 | 0.22 | 0.58 | 0.07 | 36.96 | 0.78 | 0.65 |
| Hex | EC | B7 | 62 | 0 | 16 | 3A | 7 | 25 | 4E | 41 |
| Octal | 354 | 267 | 142 | 0 | 26 | 72 | 7 | 45 | 116 | 101 |
| Binary | 11101100 | 10110111 | 1100010 | 0 | 10110 | 111010 | 111 | 100101 | 1001110 | 1000001 |
Color Harmonies of #ECB762
Complementary color
Monochromatic Colors of #ECB762
Black with #ECB762
Text Example
Text Example
White with #ECB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB762; }
p { color: rgb(236,183,98); }
H1.HeaderClassName
{
color: #ECB762;
}
.AnyTagClassName
{
color: #ECB762;
}
</style>
background-color css
<style>
a { background-color: #ECB762; }
a { background-color: rgb(236,183,98); }
div.DivClassName
{
background-color: #ECB762;
}
.BgClassName
{
background-color: #ECB762;
}
</style>
border-color css
<style>
span { border-color: #ECB762; }
span { border-color: rgb(236,183,98); }
td.TdClassName
{
border-color: #ECB762;
}
.TagClassName
{
border-color: #ECB762;
}
</style>