Shades of Harvest Gold #ECB867
Tints of Harvest Gold #ECB867
RGB
CMYK
RGB Variations
Color information
#ECB867 (or 0xECB867) is known color: Harvest Gold. HEX triplet: EC, B8 and 67. RGB value is (236,184,103). Sum of RGB (Red+Green+Blue) = 236+184+103=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB867 is #134798. Grayscale: #BEBEBE. Windows color (decimal): -1263513 or 6797548. OLE color: 6797548.
HSL color Cylindrical-coordinate representation of color #ECB867: hue angle of 36.54º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECB867 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 103 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.54º | 0.78% | 0.66% | - |
| HSV(B) | 36.54º | 0.56% | 0.93% | - |
| XYZ | 54.18 | 53.09 | 20.22 | - |
| YUV | 190.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 103 | 0 | 0.22 | 0.56 | 0.07 | 36.54 | 0.78 | 0.66 |
| Hex | EC | B8 | 67 | 0 | 16 | 38 | 7 | 25 | 4E | 42 |
| Octal | 354 | 270 | 147 | 0 | 26 | 70 | 7 | 45 | 116 | 102 |
| Binary | 11101100 | 10111000 | 1100111 | 0 | 10110 | 111000 | 111 | 100101 | 1001110 | 1000010 |
Color Harmonies of #ECB867
Complementary color
Monochromatic Colors of #ECB867
Black with #ECB867
Text Example
Text Example
White with #ECB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB867; }
p { color: rgb(236,184,103); }
H1.HeaderClassName
{
color: #ECB867;
}
.AnyTagClassName
{
color: #ECB867;
}
</style>
background-color css
<style>
a { background-color: #ECB867; }
a { background-color: rgb(236,184,103); }
div.DivClassName
{
background-color: #ECB867;
}
.BgClassName
{
background-color: #ECB867;
}
</style>
border-color css
<style>
span { border-color: #ECB867; }
span { border-color: rgb(236,184,103); }
td.TdClassName
{
border-color: #ECB867;
}
.TagClassName
{
border-color: #ECB867;
}
</style>