Shades of Harvest Gold #ECB06F
Tints of Harvest Gold #ECB06F
RGB
CMYK
RGB Variations
Color information
#ECB06F (or 0xECB06F) is known color: Harvest Gold. HEX triplet: EC, B0 and 6F. RGB value is (236,176,111). Sum of RGB (Red+Green+Blue) = 236+176+111=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB06F is #134F90. Grayscale: #BABABA. Windows color (decimal): -1265553 or 7319788. OLE color: 7319788.
HSL color Cylindrical-coordinate representation of color #ECB06F: hue angle of 31.2º 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 #ECB06F is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 111 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.07 |
| HSL | 31.2º | 0.77% | 0.68% | - |
| HSV(B) | 31.2º | 0.53% | 0.93% | - |
| XYZ | 52.99 | 50.03 | 21.9 | - |
| YUV | 186.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 111 | 0 | 0.25 | 0.53 | 0.07 | 31.2 | 0.77 | 0.68 |
| Hex | EC | B0 | 6F | 0 | 19 | 35 | 7 | 1F | 4D | 44 |
| Octal | 354 | 260 | 157 | 0 | 31 | 65 | 7 | 37 | 115 | 104 |
| Binary | 11101100 | 10110000 | 1101111 | 0 | 11001 | 110101 | 111 | 11111 | 1001101 | 1000100 |
Color Harmonies of #ECB06F
Complementary color
Monochromatic Colors of #ECB06F
Black with #ECB06F
Text Example
Text Example
White with #ECB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB06F; }
p { color: rgb(236,176,111); }
H1.HeaderClassName
{
color: #ECB06F;
}
.AnyTagClassName
{
color: #ECB06F;
}
</style>
background-color css
<style>
a { background-color: #ECB06F; }
a { background-color: rgb(236,176,111); }
div.DivClassName
{
background-color: #ECB06F;
}
.BgClassName
{
background-color: #ECB06F;
}
</style>
border-color css
<style>
span { border-color: #ECB06F; }
span { border-color: rgb(236,176,111); }
td.TdClassName
{
border-color: #ECB06F;
}
.TagClassName
{
border-color: #ECB06F;
}
</style>