Shades of Harvest Gold #ECB968
Tints of Harvest Gold #ECB968
RGB
CMYK
RGB Variations
Color information
#ECB968 (or 0xECB968) is known color: Harvest Gold. HEX triplet: EC, B9 and 68. RGB value is (236,185,104). Sum of RGB (Red+Green+Blue) = 236+185+104=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB968 is #134697. Grayscale: #BFBFBF. Windows color (decimal): -1263256 or 6863340. OLE color: 6863340.
HSL color Cylindrical-coordinate representation of color #ECB968: hue angle of 36.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECB968 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 104 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.82º | 0.78% | 0.67% | - |
| HSV(B) | 36.82º | 0.56% | 0.93% | - |
| XYZ | 54.44 | 53.53 | 20.56 | - |
| YUV | 191.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 104 | 0 | 0.22 | 0.56 | 0.07 | 36.82 | 0.78 | 0.67 |
| Hex | EC | B9 | 68 | 0 | 16 | 38 | 7 | 25 | 4E | 43 |
| Octal | 354 | 271 | 150 | 0 | 26 | 70 | 7 | 45 | 116 | 103 |
| Binary | 11101100 | 10111001 | 1101000 | 0 | 10110 | 111000 | 111 | 100101 | 1001110 | 1000011 |
Color Harmonies of #ECB968
Complementary color
Monochromatic Colors of #ECB968
Black with #ECB968
Text Example
Text Example
White with #ECB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB968; }
p { color: rgb(236,185,104); }
H1.HeaderClassName
{
color: #ECB968;
}
.AnyTagClassName
{
color: #ECB968;
}
</style>
background-color css
<style>
a { background-color: #ECB968; }
a { background-color: rgb(236,185,104); }
div.DivClassName
{
background-color: #ECB968;
}
.BgClassName
{
background-color: #ECB968;
}
</style>
border-color css
<style>
span { border-color: #ECB968; }
span { border-color: rgb(236,185,104); }
td.TdClassName
{
border-color: #ECB968;
}
.TagClassName
{
border-color: #ECB968;
}
</style>