Shades of Harvest Gold #ECB764
Tints of Harvest Gold #ECB764
RGB
CMYK
RGB Variations
Color information
#ECB764 (or 0xECB764) is known color: Harvest Gold. HEX triplet: EC, B7 and 64. RGB value is (236,183,100). Sum of RGB (Red+Green+Blue) = 236+183+100=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB764 is #13489B. Grayscale: #BDBDBD. Windows color (decimal): -1263772 or 6600684. OLE color: 6600684.
HSL color Cylindrical-coordinate representation of color #ECB764: hue angle of 36.62º 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 #ECB764 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 183 | 100 | - |
CMYK | 0 | 0.22 | 0.58 | 0.07 |
HSL | 36.62º | 0.78% | 0.66% | - |
HSV(B) | 36.62º | 0.58% | 0.93% | - |
XYZ | 53.83 | 52.62 | 19.38 | - |
YUV | 189.39 | 77.56 | 161.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 183 | 100 | 0 | 0.22 | 0.58 | 0.07 | 36.62 | 0.78 | 0.66 |
Hex | EC | B7 | 64 | 0 | 16 | 3A | 7 | 25 | 4E | 42 |
Octal | 354 | 267 | 144 | 0 | 26 | 72 | 7 | 45 | 116 | 102 |
Binary | 11101100 | 10110111 | 1100100 | 0 | 10110 | 111010 | 111 | 100101 | 1001110 | 1000010 |
Color Harmonies of #ECB764
Complementary color
Monochromatic Colors of #ECB764
Black with #ECB764
Text Example
Text Example
White with #ECB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB764; }
p { color: rgb(236,183,100); }
H1.HeaderClassName
{
color: #ECB764;
}
.AnyTagClassName
{
color: #ECB764;
}
</style>
background-color css
<style>
a { background-color: #ECB764; }
a { background-color: rgb(236,183,100); }
div.DivClassName
{
background-color: #ECB764;
}
.BgClassName
{
background-color: #ECB764;
}
</style>
border-color css
<style>
span { border-color: #ECB764; }
span { border-color: rgb(236,183,100); }
td.TdClassName
{
border-color: #ECB764;
}
.TagClassName
{
border-color: #ECB764;
}
</style>