Shades of Harvest Gold #ECB66D
Tints of Harvest Gold #ECB66D
RGB
CMYK
RGB Variations
Color information
#ECB66D (or 0xECB66D) is known color: Harvest Gold. HEX triplet: EC, B6 and 6D. RGB value is (236,182,109). Sum of RGB (Red+Green+Blue) = 236+182+109=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB66D is #134992. Grayscale: #BEBEBE. Windows color (decimal): -1264019 or 7190252. OLE color: 7190252.
HSL color Cylindrical-coordinate representation of color #ECB66D: hue angle of 34.49º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECB66D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 109 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.07 |
| HSL | 34.49º | 0.77% | 0.68% | - |
| HSV(B) | 34.49º | 0.54% | 0.93% | - |
| XYZ | 54.08 | 52.39 | 21.73 | - |
| YUV | 189.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 109 | 0 | 0.23 | 0.54 | 0.07 | 34.49 | 0.77 | 0.68 |
| Hex | EC | B6 | 6D | 0 | 17 | 36 | 7 | 22 | 4D | 44 |
| Octal | 354 | 266 | 155 | 0 | 27 | 66 | 7 | 42 | 115 | 104 |
| Binary | 11101100 | 10110110 | 1101101 | 0 | 10111 | 110110 | 111 | 100010 | 1001101 | 1000100 |
Color Harmonies of #ECB66D
Complementary color
Monochromatic Colors of #ECB66D
Black with #ECB66D
Text Example
Text Example
White with #ECB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB66D; }
p { color: rgb(236,182,109); }
H1.HeaderClassName
{
color: #ECB66D;
}
.AnyTagClassName
{
color: #ECB66D;
}
</style>
background-color css
<style>
a { background-color: #ECB66D; }
a { background-color: rgb(236,182,109); }
div.DivClassName
{
background-color: #ECB66D;
}
.BgClassName
{
background-color: #ECB66D;
}
</style>
border-color css
<style>
span { border-color: #ECB66D; }
span { border-color: rgb(236,182,109); }
td.TdClassName
{
border-color: #ECB66D;
}
.TagClassName
{
border-color: #ECB66D;
}
</style>