Shades of Harvest Gold #ECB665
Tints of Harvest Gold #ECB665
RGB
CMYK
RGB Variations
Color information
#ECB665 (or 0xECB665) is known color: Harvest Gold. HEX triplet: EC, B6 and 65. RGB value is (236,182,101). Sum of RGB (Red+Green+Blue) = 236+182+101=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB665 is #13499A. Grayscale: #BDBDBD. Windows color (decimal): -1264027 or 6665964. OLE color: 6665964.
HSL color Cylindrical-coordinate representation of color #ECB665: hue angle of 36º 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 #ECB665 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 101 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.07 |
| HSL | 36º | 0.78% | 0.66% | - |
| HSV(B) | 36º | 0.57% | 0.93% | - |
| XYZ | 53.67 | 52.23 | 19.56 | - |
| YUV | 188.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 101 | 0 | 0.23 | 0.57 | 0.07 | 36 | 0.78 | 0.66 |
| Hex | EC | B6 | 65 | 0 | 17 | 39 | 7 | 24 | 4E | 42 |
| Octal | 354 | 266 | 145 | 0 | 27 | 71 | 7 | 44 | 116 | 102 |
| Binary | 11101100 | 10110110 | 1100101 | 0 | 10111 | 111001 | 111 | 100100 | 1001110 | 1000010 |
Color Harmonies of #ECB665
Complementary color
Monochromatic Colors of #ECB665
Black with #ECB665
Text Example
Text Example
White with #ECB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB665; }
p { color: rgb(236,182,101); }
H1.HeaderClassName
{
color: #ECB665;
}
.AnyTagClassName
{
color: #ECB665;
}
</style>
background-color css
<style>
a { background-color: #ECB665; }
a { background-color: rgb(236,182,101); }
div.DivClassName
{
background-color: #ECB665;
}
.BgClassName
{
background-color: #ECB665;
}
</style>
border-color css
<style>
span { border-color: #ECB665; }
span { border-color: rgb(236,182,101); }
td.TdClassName
{
border-color: #ECB665;
}
.TagClassName
{
border-color: #ECB665;
}
</style>