Shades of Harvest Gold #ECB967
Tints of Harvest Gold #ECB967
RGB
CMYK
RGB Variations
Color information
#ECB967 (or 0xECB967) is known color: Harvest Gold. HEX triplet: EC, B9 and 67. RGB value is (236,185,103). Sum of RGB (Red+Green+Blue) = 236+185+103=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB967 is #134698. Grayscale: #BFBFBF. Windows color (decimal): -1263257 or 6797804. OLE color: 6797804.
HSL color Cylindrical-coordinate representation of color #ECB967: hue angle of 36.99º 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 #ECB967 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 103 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.99º | 0.78% | 0.66% | - |
| HSV(B) | 36.99º | 0.56% | 0.93% | - |
| XYZ | 54.39 | 53.51 | 20.29 | - |
| YUV | 190.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 103 | 0 | 0.22 | 0.56 | 0.07 | 36.99 | 0.78 | 0.66 |
| Hex | EC | B9 | 67 | 0 | 16 | 38 | 7 | 25 | 4E | 42 |
| Octal | 354 | 271 | 147 | 0 | 26 | 70 | 7 | 45 | 116 | 102 |
| Binary | 11101100 | 10111001 | 1100111 | 0 | 10110 | 111000 | 111 | 100101 | 1001110 | 1000010 |
Color Harmonies of #ECB967
Complementary color
Monochromatic Colors of #ECB967
Black with #ECB967
Text Example
Text Example
White with #ECB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB967; }
p { color: rgb(236,185,103); }
H1.HeaderClassName
{
color: #ECB967;
}
.AnyTagClassName
{
color: #ECB967;
}
</style>
background-color css
<style>
a { background-color: #ECB967; }
a { background-color: rgb(236,185,103); }
div.DivClassName
{
background-color: #ECB967;
}
.BgClassName
{
background-color: #ECB967;
}
</style>
border-color css
<style>
span { border-color: #ECB967; }
span { border-color: rgb(236,185,103); }
td.TdClassName
{
border-color: #ECB967;
}
.TagClassName
{
border-color: #ECB967;
}
</style>