Shades of Harvest Gold #ECAB6D
Tints of Harvest Gold #ECAB6D
RGB
CMYK
RGB Variations
Color information
#ECAB6D (or 0xECAB6D) is known color: Harvest Gold. HEX triplet: EC, AB and 6D. RGB value is (236,171,109). Sum of RGB (Red+Green+Blue) = 236+171+109=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB6D is #135492. Grayscale: #B7B7B7. Windows color (decimal): -1266835 or 7187436. OLE color: 7187436.
HSL color Cylindrical-coordinate representation of color #ECAB6D: hue angle of 29.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECAB6D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 109 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.07 |
| HSL | 29.29º | 0.77% | 0.68% | - |
| HSV(B) | 29.29º | 0.54% | 0.93% | - |
| XYZ | 51.92 | 48.06 | 21.01 | - |
| YUV | 183.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 109 | 0 | 0.28 | 0.54 | 0.07 | 29.29 | 0.77 | 0.68 |
| Hex | EC | AB | 6D | 0 | 1C | 36 | 7 | 1D | 4D | 44 |
| Octal | 354 | 253 | 155 | 0 | 34 | 66 | 7 | 35 | 115 | 104 |
| Binary | 11101100 | 10101011 | 1101101 | 0 | 11100 | 110110 | 111 | 11101 | 1001101 | 1000100 |
Color Harmonies of #ECAB6D
Complementary color
Monochromatic Colors of #ECAB6D
Black with #ECAB6D
Text Example
Text Example
White with #ECAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB6D; }
p { color: rgb(236,171,109); }
H1.HeaderClassName
{
color: #ECAB6D;
}
.AnyTagClassName
{
color: #ECAB6D;
}
</style>
background-color css
<style>
a { background-color: #ECAB6D; }
a { background-color: rgb(236,171,109); }
div.DivClassName
{
background-color: #ECAB6D;
}
.BgClassName
{
background-color: #ECAB6D;
}
</style>
border-color css
<style>
span { border-color: #ECAB6D; }
span { border-color: rgb(236,171,109); }
td.TdClassName
{
border-color: #ECAB6D;
}
.TagClassName
{
border-color: #ECAB6D;
}
</style>