Shades of Harvest Gold #ECB661
Tints of Harvest Gold #ECB661
RGB
CMYK
RGB Variations
Color information
#ECB661 (or 0xECB661) is known color: Harvest Gold. HEX triplet: EC, B6 and 61. RGB value is (236,182,97). Sum of RGB (Red+Green+Blue) = 236+182+97=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB661 is #13499E. Grayscale: #BCBCBC. Windows color (decimal): -1264031 or 6403820. OLE color: 6403820.
HSL color Cylindrical-coordinate representation of color #ECB661: hue angle of 36.69º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECB661 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 97 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.07 |
| HSL | 36.69º | 0.79% | 0.65% | - |
| HSV(B) | 36.69º | 0.59% | 0.93% | - |
| XYZ | 53.48 | 52.15 | 18.56 | - |
| YUV | 188.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 97 | 0 | 0.23 | 0.59 | 0.07 | 36.69 | 0.79 | 0.65 |
| Hex | EC | B6 | 61 | 0 | 17 | 3B | 7 | 25 | 4F | 41 |
| Octal | 354 | 266 | 141 | 0 | 27 | 73 | 7 | 45 | 117 | 101 |
| Binary | 11101100 | 10110110 | 1100001 | 0 | 10111 | 111011 | 111 | 100101 | 1001111 | 1000001 |
Color Harmonies of #ECB661
Complementary color
Monochromatic Colors of #ECB661
Black with #ECB661
Text Example
Text Example
White with #ECB661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB661; }
p { color: rgb(236,182,97); }
H1.HeaderClassName
{
color: #ECB661;
}
.AnyTagClassName
{
color: #ECB661;
}
</style>
background-color css
<style>
a { background-color: #ECB661; }
a { background-color: rgb(236,182,97); }
div.DivClassName
{
background-color: #ECB661;
}
.BgClassName
{
background-color: #ECB661;
}
</style>
border-color css
<style>
span { border-color: #ECB661; }
span { border-color: rgb(236,182,97); }
td.TdClassName
{
border-color: #ECB661;
}
.TagClassName
{
border-color: #ECB661;
}
</style>