Shades of Harvest Gold #ECB866
Tints of Harvest Gold #ECB866
RGB
CMYK
RGB Variations
Color information
#ECB866 (or 0xECB866) is known color: Harvest Gold. HEX triplet: EC, B8 and 66. RGB value is (236,184,102). Sum of RGB (Red+Green+Blue) = 236+184+102=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB866 is #134799. Grayscale: #BEBEBE. Windows color (decimal): -1263514 or 6732012. OLE color: 6732012.
HSL color Cylindrical-coordinate representation of color #ECB866: hue angle of 36.72º 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 #ECB866 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 102 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.07 |
| HSL | 36.72º | 0.78% | 0.66% | - |
| HSV(B) | 36.72º | 0.57% | 0.93% | - |
| XYZ | 54.13 | 53.07 | 19.96 | - |
| YUV | 190.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 102 | 0 | 0.22 | 0.57 | 0.07 | 36.72 | 0.78 | 0.66 |
| Hex | EC | B8 | 66 | 0 | 16 | 39 | 7 | 25 | 4E | 42 |
| Octal | 354 | 270 | 146 | 0 | 26 | 71 | 7 | 45 | 116 | 102 |
| Binary | 11101100 | 10111000 | 1100110 | 0 | 10110 | 111001 | 111 | 100101 | 1001110 | 1000010 |
Color Harmonies of #ECB866
Complementary color
Monochromatic Colors of #ECB866
Black with #ECB866
Text Example
Text Example
White with #ECB866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB866; }
p { color: rgb(236,184,102); }
H1.HeaderClassName
{
color: #ECB866;
}
.AnyTagClassName
{
color: #ECB866;
}
</style>
background-color css
<style>
a { background-color: #ECB866; }
a { background-color: rgb(236,184,102); }
div.DivClassName
{
background-color: #ECB866;
}
.BgClassName
{
background-color: #ECB866;
}
</style>
border-color css
<style>
span { border-color: #ECB866; }
span { border-color: rgb(236,184,102); }
td.TdClassName
{
border-color: #ECB866;
}
.TagClassName
{
border-color: #ECB866;
}
</style>