Shades of Harvest Gold #ECB666
Tints of Harvest Gold #ECB666
RGB
CMYK
RGB Variations
Color information
#ECB666 (or 0xECB666) is known color: Harvest Gold. HEX triplet: EC, B6 and 66. RGB value is (236,182,102). Sum of RGB (Red+Green+Blue) = 236+182+102=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB666 is #134999. Grayscale: #BDBDBD. Windows color (decimal): -1264026 or 6731500. OLE color: 6731500.
HSL color Cylindrical-coordinate representation of color #ECB666: hue angle of 35.82º 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 #ECB666 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 102 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.07 |
| HSL | 35.82º | 0.78% | 0.66% | - |
| HSV(B) | 35.82º | 0.57% | 0.93% | - |
| XYZ | 53.72 | 52.25 | 19.82 | - |
| YUV | 189.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 102 | 0 | 0.23 | 0.57 | 0.07 | 35.82 | 0.78 | 0.66 |
| Hex | EC | B6 | 66 | 0 | 17 | 39 | 7 | 24 | 4E | 42 |
| Octal | 354 | 266 | 146 | 0 | 27 | 71 | 7 | 44 | 116 | 102 |
| Binary | 11101100 | 10110110 | 1100110 | 0 | 10111 | 111001 | 111 | 100100 | 1001110 | 1000010 |
Color Harmonies of #ECB666
Complementary color
Monochromatic Colors of #ECB666
Black with #ECB666
Text Example
Text Example
White with #ECB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB666; }
p { color: rgb(236,182,102); }
H1.HeaderClassName
{
color: #ECB666;
}
.AnyTagClassName
{
color: #ECB666;
}
</style>
background-color css
<style>
a { background-color: #ECB666; }
a { background-color: rgb(236,182,102); }
div.DivClassName
{
background-color: #ECB666;
}
.BgClassName
{
background-color: #ECB666;
}
</style>
border-color css
<style>
span { border-color: #ECB666; }
span { border-color: rgb(236,182,102); }
td.TdClassName
{
border-color: #ECB666;
}
.TagClassName
{
border-color: #ECB666;
}
</style>