Shades of Harvest Gold #ECB768
Tints of Harvest Gold #ECB768
RGB
CMYK
RGB Variations
Color information
#ECB768 (or 0xECB768) is known color: Harvest Gold. HEX triplet: EC, B7 and 68. RGB value is (236,183,104). Sum of RGB (Red+Green+Blue) = 236+183+104=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB768 is #134897. Grayscale: #BEBEBE. Windows color (decimal): -1263768 or 6862828. OLE color: 6862828.
HSL color Cylindrical-coordinate representation of color #ECB768: hue angle of 35.91º 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 #ECB768 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 104 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 35.91º | 0.78% | 0.67% | - |
| HSV(B) | 35.91º | 0.56% | 0.93% | - |
| XYZ | 54.02 | 52.7 | 20.42 | - |
| YUV | 189.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 104 | 0 | 0.22 | 0.56 | 0.07 | 35.91 | 0.78 | 0.67 |
| Hex | EC | B7 | 68 | 0 | 16 | 38 | 7 | 24 | 4E | 43 |
| Octal | 354 | 267 | 150 | 0 | 26 | 70 | 7 | 44 | 116 | 103 |
| Binary | 11101100 | 10110111 | 1101000 | 0 | 10110 | 111000 | 111 | 100100 | 1001110 | 1000011 |
Color Harmonies of #ECB768
Complementary color
Monochromatic Colors of #ECB768
Black with #ECB768
Text Example
Text Example
White with #ECB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB768; }
p { color: rgb(236,183,104); }
H1.HeaderClassName
{
color: #ECB768;
}
.AnyTagClassName
{
color: #ECB768;
}
</style>
background-color css
<style>
a { background-color: #ECB768; }
a { background-color: rgb(236,183,104); }
div.DivClassName
{
background-color: #ECB768;
}
.BgClassName
{
background-color: #ECB768;
}
</style>
border-color css
<style>
span { border-color: #ECB768; }
span { border-color: rgb(236,183,104); }
td.TdClassName
{
border-color: #ECB768;
}
.TagClassName
{
border-color: #ECB768;
}
</style>