Shades of Harvest Gold #ECB062
Tints of Harvest Gold #ECB062
RGB
CMYK
RGB Variations
Color information
#ECB062 (or 0xECB062) is known color: Harvest Gold. HEX triplet: EC, B0 and 62. RGB value is (236,176,98). Sum of RGB (Red+Green+Blue) = 236+176+98=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB062 is #134F9D. Grayscale: #B9B9B9. Windows color (decimal): -1265566 or 6467820. OLE color: 6467820.
HSL color Cylindrical-coordinate representation of color #ECB062: hue angle of 33.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECB062 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 98 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.07 |
| HSL | 33.91º | 0.78% | 0.65% | - |
| HSV(B) | 33.91º | 0.58% | 0.93% | - |
| XYZ | 52.32 | 49.77 | 18.4 | - |
| YUV | 185.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 98 | 0 | 0.25 | 0.58 | 0.07 | 33.91 | 0.78 | 0.65 |
| Hex | EC | B0 | 62 | 0 | 19 | 3A | 7 | 22 | 4E | 41 |
| Octal | 354 | 260 | 142 | 0 | 31 | 72 | 7 | 42 | 116 | 101 |
| Binary | 11101100 | 10110000 | 1100010 | 0 | 11001 | 111010 | 111 | 100010 | 1001110 | 1000001 |
Color Harmonies of #ECB062
Complementary color
Monochromatic Colors of #ECB062
Black with #ECB062
Text Example
Text Example
White with #ECB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB062; }
p { color: rgb(236,176,98); }
H1.HeaderClassName
{
color: #ECB062;
}
.AnyTagClassName
{
color: #ECB062;
}
</style>
background-color css
<style>
a { background-color: #ECB062; }
a { background-color: rgb(236,176,98); }
div.DivClassName
{
background-color: #ECB062;
}
.BgClassName
{
background-color: #ECB062;
}
</style>
border-color css
<style>
span { border-color: #ECB062; }
span { border-color: rgb(236,176,98); }
td.TdClassName
{
border-color: #ECB062;
}
.TagClassName
{
border-color: #ECB062;
}
</style>