Shades of Harvest Gold #ECB664
Tints of Harvest Gold #ECB664
RGB
CMYK
RGB Variations
Color information
#ECB664 (or 0xECB664) is known color: Harvest Gold. HEX triplet: EC, B6 and 64. RGB value is (236,182,100). Sum of RGB (Red+Green+Blue) = 236+182+100=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB664 is #13499B. Grayscale: #BDBDBD. Windows color (decimal): -1264028 or 6600428. OLE color: 6600428.
HSL color Cylindrical-coordinate representation of color #ECB664: hue angle of 36.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECB664 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 100 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.07 |
| HSL | 36.18º | 0.78% | 0.66% | - |
| HSV(B) | 36.18º | 0.58% | 0.93% | - |
| XYZ | 53.62 | 52.21 | 19.31 | - |
| YUV | 188.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 100 | 0 | 0.23 | 0.58 | 0.07 | 36.18 | 0.78 | 0.66 |
| Hex | EC | B6 | 64 | 0 | 17 | 3A | 7 | 24 | 4E | 42 |
| Octal | 354 | 266 | 144 | 0 | 27 | 72 | 7 | 44 | 116 | 102 |
| Binary | 11101100 | 10110110 | 1100100 | 0 | 10111 | 111010 | 111 | 100100 | 1001110 | 1000010 |
Color Harmonies of #ECB664
Complementary color
Monochromatic Colors of #ECB664
Black with #ECB664
Text Example
Text Example
White with #ECB664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB664; }
p { color: rgb(236,182,100); }
H1.HeaderClassName
{
color: #ECB664;
}
.AnyTagClassName
{
color: #ECB664;
}
</style>
background-color css
<style>
a { background-color: #ECB664; }
a { background-color: rgb(236,182,100); }
div.DivClassName
{
background-color: #ECB664;
}
.BgClassName
{
background-color: #ECB664;
}
</style>
border-color css
<style>
span { border-color: #ECB664; }
span { border-color: rgb(236,182,100); }
td.TdClassName
{
border-color: #ECB664;
}
.TagClassName
{
border-color: #ECB664;
}
</style>