Shades of Harvest Gold #ECB568
Tints of Harvest Gold #ECB568
RGB
CMYK
RGB Variations
Color information
#ECB568 (or 0xECB568) is known color: Harvest Gold. HEX triplet: EC, B5 and 68. RGB value is (236,181,104). Sum of RGB (Red+Green+Blue) = 236+181+104=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB568 is #134A97. Grayscale: #BDBDBD. Windows color (decimal): -1264280 or 6862316. OLE color: 6862316.
HSL color Cylindrical-coordinate representation of color #ECB568: hue angle of 35º 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 #ECB568 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 104 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.07 |
| HSL | 35º | 0.78% | 0.67% | - |
| HSV(B) | 35º | 0.56% | 0.93% | - |
| XYZ | 53.61 | 51.88 | 20.28 | - |
| YUV | 188.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 104 | 0 | 0.23 | 0.56 | 0.07 | 35 | 0.78 | 0.67 |
| Hex | EC | B5 | 68 | 0 | 17 | 38 | 7 | 23 | 4E | 43 |
| Octal | 354 | 265 | 150 | 0 | 27 | 70 | 7 | 43 | 116 | 103 |
| Binary | 11101100 | 10110101 | 1101000 | 0 | 10111 | 111000 | 111 | 100011 | 1001110 | 1000011 |
Color Harmonies of #ECB568
Complementary color
Monochromatic Colors of #ECB568
Black with #ECB568
Text Example
Text Example
White with #ECB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB568; }
p { color: rgb(236,181,104); }
H1.HeaderClassName
{
color: #ECB568;
}
.AnyTagClassName
{
color: #ECB568;
}
</style>
background-color css
<style>
a { background-color: #ECB568; }
a { background-color: rgb(236,181,104); }
div.DivClassName
{
background-color: #ECB568;
}
.BgClassName
{
background-color: #ECB568;
}
</style>
border-color css
<style>
span { border-color: #ECB568; }
span { border-color: rgb(236,181,104); }
td.TdClassName
{
border-color: #ECB568;
}
.TagClassName
{
border-color: #ECB568;
}
</style>