Shades of Harvest Gold #ECB06D
Tints of Harvest Gold #ECB06D
RGB
CMYK
RGB Variations
Color information
#ECB06D (or 0xECB06D) is known color: Harvest Gold. HEX triplet: EC, B0 and 6D. RGB value is (236,176,109). Sum of RGB (Red+Green+Blue) = 236+176+109=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB06D is #134F92. Grayscale: #BABABA. Windows color (decimal): -1265555 or 7188716. OLE color: 7188716.
HSL color Cylindrical-coordinate representation of color #ECB06D: hue angle of 31.65º 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 #ECB06D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 109 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.07 |
| HSL | 31.65º | 0.77% | 0.68% | - |
| HSV(B) | 31.65º | 0.54% | 0.93% | - |
| XYZ | 52.88 | 49.99 | 21.33 | - |
| YUV | 186.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 109 | 0 | 0.25 | 0.54 | 0.07 | 31.65 | 0.77 | 0.68 |
| Hex | EC | B0 | 6D | 0 | 19 | 36 | 7 | 20 | 4D | 44 |
| Octal | 354 | 260 | 155 | 0 | 31 | 66 | 7 | 40 | 115 | 104 |
| Binary | 11101100 | 10110000 | 1101101 | 0 | 11001 | 110110 | 111 | 100000 | 1001101 | 1000100 |
Color Harmonies of #ECB06D
Complementary color
Monochromatic Colors of #ECB06D
Black with #ECB06D
Text Example
Text Example
White with #ECB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB06D; }
p { color: rgb(236,176,109); }
H1.HeaderClassName
{
color: #ECB06D;
}
.AnyTagClassName
{
color: #ECB06D;
}
</style>
background-color css
<style>
a { background-color: #ECB06D; }
a { background-color: rgb(236,176,109); }
div.DivClassName
{
background-color: #ECB06D;
}
.BgClassName
{
background-color: #ECB06D;
}
</style>
border-color css
<style>
span { border-color: #ECB06D; }
span { border-color: rgb(236,176,109); }
td.TdClassName
{
border-color: #ECB06D;
}
.TagClassName
{
border-color: #ECB06D;
}
</style>