Shades of Harvest Gold #ECB566
Tints of Harvest Gold #ECB566
RGB
CMYK
RGB Variations
Color information
#ECB566 (or 0xECB566) is known color: Harvest Gold. HEX triplet: EC, B5 and 66. RGB value is (236,181,102). Sum of RGB (Red+Green+Blue) = 236+181+102=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB566 is #134A99. Grayscale: #BCBCBC. Windows color (decimal): -1264282 or 6731244. OLE color: 6731244.
HSL color Cylindrical-coordinate representation of color #ECB566: hue angle of 35.37º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECB566 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 102 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.07 |
| HSL | 35.37º | 0.78% | 0.66% | - |
| HSV(B) | 35.37º | 0.57% | 0.93% | - |
| XYZ | 53.51 | 51.84 | 19.76 | - |
| YUV | 188.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 102 | 0 | 0.23 | 0.57 | 0.07 | 35.37 | 0.78 | 0.66 |
| Hex | EC | B5 | 66 | 0 | 17 | 39 | 7 | 23 | 4E | 42 |
| Octal | 354 | 265 | 146 | 0 | 27 | 71 | 7 | 43 | 116 | 102 |
| Binary | 11101100 | 10110101 | 1100110 | 0 | 10111 | 111001 | 111 | 100011 | 1001110 | 1000010 |
Color Harmonies of #ECB566
Complementary color
Monochromatic Colors of #ECB566
Black with #ECB566
Text Example
Text Example
White with #ECB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB566; }
p { color: rgb(236,181,102); }
H1.HeaderClassName
{
color: #ECB566;
}
.AnyTagClassName
{
color: #ECB566;
}
</style>
background-color css
<style>
a { background-color: #ECB566; }
a { background-color: rgb(236,181,102); }
div.DivClassName
{
background-color: #ECB566;
}
.BgClassName
{
background-color: #ECB566;
}
</style>
border-color css
<style>
span { border-color: #ECB566; }
span { border-color: rgb(236,181,102); }
td.TdClassName
{
border-color: #ECB566;
}
.TagClassName
{
border-color: #ECB566;
}
</style>