Shades of Harvest Gold #ECB772
Tints of Harvest Gold #ECB772
RGB
CMYK
RGB Variations
Color information
#ECB772 (or 0xECB772) is known color: Harvest Gold. HEX triplet: EC, B7 and 72. RGB value is (236,183,114). Sum of RGB (Red+Green+Blue) = 236+183+114=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB772 is #13488D. Grayscale: #BFBFBF. Windows color (decimal): -1263758 or 7518188. OLE color: 7518188.
HSL color Cylindrical-coordinate representation of color #ECB772: hue angle of 33.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECB772 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 114 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.07 |
| HSL | 33.93º | 0.76% | 0.69% | - |
| HSV(B) | 33.93º | 0.52% | 0.93% | - |
| XYZ | 54.56 | 52.91 | 23.26 | - |
| YUV | 190.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 114 | 0 | 0.22 | 0.52 | 0.07 | 33.93 | 0.76 | 0.69 |
| Hex | EC | B7 | 72 | 0 | 16 | 34 | 7 | 22 | 4C | 45 |
| Octal | 354 | 267 | 162 | 0 | 26 | 64 | 7 | 42 | 114 | 105 |
| Binary | 11101100 | 10110111 | 1110010 | 0 | 10110 | 110100 | 111 | 100010 | 1001100 | 1000101 |
Color Harmonies of #ECB772
Complementary color
Monochromatic Colors of #ECB772
Black with #ECB772
Text Example
Text Example
White with #ECB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB772; }
p { color: rgb(236,183,114); }
H1.HeaderClassName
{
color: #ECB772;
}
.AnyTagClassName
{
color: #ECB772;
}
</style>
background-color css
<style>
a { background-color: #ECB772; }
a { background-color: rgb(236,183,114); }
div.DivClassName
{
background-color: #ECB772;
}
.BgClassName
{
background-color: #ECB772;
}
</style>
border-color css
<style>
span { border-color: #ECB772; }
span { border-color: rgb(236,183,114); }
td.TdClassName
{
border-color: #ECB772;
}
.TagClassName
{
border-color: #ECB772;
}
</style>