Shades of Harvest Gold #ECBC67
Tints of Harvest Gold #ECBC67
RGB
CMYK
RGB Variations
Color information
#ECBC67 (or 0xECBC67) is known color: Harvest Gold. HEX triplet: EC, BC and 67. RGB value is (236,188,103). Sum of RGB (Red+Green+Blue) = 236+188+103=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC67 is #134398. Grayscale: #C1C1C1. Windows color (decimal): -1262489 or 6798572. OLE color: 6798572.
HSL color Cylindrical-coordinate representation of color #ECBC67: hue angle of 38.35º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECBC67 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 103 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.07 |
| HSL | 38.35º | 0.78% | 0.66% | - |
| HSV(B) | 38.35º | 0.56% | 0.93% | - |
| XYZ | 55.02 | 54.78 | 20.51 | - |
| YUV | 192.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 103 | 0 | 0.20 | 0.56 | 0.07 | 38.35 | 0.78 | 0.66 |
| Hex | EC | BC | 67 | 0 | 14 | 38 | 7 | 26 | 4E | 42 |
| Octal | 354 | 274 | 147 | 0 | 24 | 70 | 7 | 46 | 116 | 102 |
| Binary | 11101100 | 10111100 | 1100111 | 0 | 10100 | 111000 | 111 | 100110 | 1001110 | 1000010 |
Color Harmonies of #ECBC67
Complementary color
Monochromatic Colors of #ECBC67
Black with #ECBC67
Text Example
Text Example
White with #ECBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC67; }
p { color: rgb(236,188,103); }
H1.HeaderClassName
{
color: #ECBC67;
}
.AnyTagClassName
{
color: #ECBC67;
}
</style>
background-color css
<style>
a { background-color: #ECBC67; }
a { background-color: rgb(236,188,103); }
div.DivClassName
{
background-color: #ECBC67;
}
.BgClassName
{
background-color: #ECBC67;
}
</style>
border-color css
<style>
span { border-color: #ECBC67; }
span { border-color: rgb(236,188,103); }
td.TdClassName
{
border-color: #ECBC67;
}
.TagClassName
{
border-color: #ECBC67;
}
</style>