Shades of Harvest Gold #ECB06E
Tints of Harvest Gold #ECB06E
RGB
CMYK
RGB Variations
Color information
#ECB06E (or 0xECB06E) is known color: Harvest Gold. HEX triplet: EC, B0 and 6E. RGB value is (236,176,110). Sum of RGB (Red+Green+Blue) = 236+176+110=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB06E is #134F91. Grayscale: #BABABA. Windows color (decimal): -1265554 or 7254252. OLE color: 7254252.
HSL color Cylindrical-coordinate representation of color #ECB06E: hue angle of 31.43º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECB06E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 110 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.07 |
| HSL | 31.43º | 0.77% | 0.68% | - |
| HSV(B) | 31.43º | 0.53% | 0.93% | - |
| XYZ | 52.93 | 50.01 | 21.61 | - |
| YUV | 186.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 110 | 0 | 0.25 | 0.53 | 0.07 | 31.43 | 0.77 | 0.68 |
| Hex | EC | B0 | 6E | 0 | 19 | 35 | 7 | 1F | 4D | 44 |
| Octal | 354 | 260 | 156 | 0 | 31 | 65 | 7 | 37 | 115 | 104 |
| Binary | 11101100 | 10110000 | 1101110 | 0 | 11001 | 110101 | 111 | 11111 | 1001101 | 1000100 |
Color Harmonies of #ECB06E
Complementary color
Monochromatic Colors of #ECB06E
Black with #ECB06E
Text Example
Text Example
White with #ECB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB06E; }
p { color: rgb(236,176,110); }
H1.HeaderClassName
{
color: #ECB06E;
}
.AnyTagClassName
{
color: #ECB06E;
}
</style>
background-color css
<style>
a { background-color: #ECB06E; }
a { background-color: rgb(236,176,110); }
div.DivClassName
{
background-color: #ECB06E;
}
.BgClassName
{
background-color: #ECB06E;
}
</style>
border-color css
<style>
span { border-color: #ECB06E; }
span { border-color: rgb(236,176,110); }
td.TdClassName
{
border-color: #ECB06E;
}
.TagClassName
{
border-color: #ECB06E;
}
</style>