Shades of Harvest Gold #ECBA6B
Tints of Harvest Gold #ECBA6B
RGB
CMYK
RGB Variations
Color information
#ECBA6B (or 0xECBA6B) is known color: Harvest Gold. HEX triplet: EC, BA and 6B. RGB value is (236,186,107). Sum of RGB (Red+Green+Blue) = 236+186+107=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA6B is #134594. Grayscale: #C0C0C0. Windows color (decimal): -1262997 or 7060204. OLE color: 7060204.
HSL color Cylindrical-coordinate representation of color #ECBA6B: hue angle of 36.74º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECBA6B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 107 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.07 |
| HSL | 36.74º | 0.77% | 0.67% | - |
| HSV(B) | 36.74º | 0.55% | 0.93% | - |
| XYZ | 54.8 | 54.01 | 21.45 | - |
| YUV | 191.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 107 | 0 | 0.21 | 0.55 | 0.07 | 36.74 | 0.77 | 0.67 |
| Hex | EC | BA | 6B | 0 | 15 | 37 | 7 | 25 | 4D | 43 |
| Octal | 354 | 272 | 153 | 0 | 25 | 67 | 7 | 45 | 115 | 103 |
| Binary | 11101100 | 10111010 | 1101011 | 0 | 10101 | 110111 | 111 | 100101 | 1001101 | 1000011 |
Color Harmonies of #ECBA6B
Complementary color
Monochromatic Colors of #ECBA6B
Black with #ECBA6B
Text Example
Text Example
White with #ECBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA6B; }
p { color: rgb(236,186,107); }
H1.HeaderClassName
{
color: #ECBA6B;
}
.AnyTagClassName
{
color: #ECBA6B;
}
</style>
background-color css
<style>
a { background-color: #ECBA6B; }
a { background-color: rgb(236,186,107); }
div.DivClassName
{
background-color: #ECBA6B;
}
.BgClassName
{
background-color: #ECBA6B;
}
</style>
border-color css
<style>
span { border-color: #ECBA6B; }
span { border-color: rgb(236,186,107); }
td.TdClassName
{
border-color: #ECBA6B;
}
.TagClassName
{
border-color: #ECBA6B;
}
</style>