Shades of Harvest Gold #ECBD62
Tints of Harvest Gold #ECBD62
RGB
CMYK
RGB Variations
Color information
#ECBD62 (or 0xECBD62) is known color: Harvest Gold. HEX triplet: EC, BD and 62. RGB value is (236,189,98). Sum of RGB (Red+Green+Blue) = 236+189+98=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD62 is #13429D. Grayscale: #C1C1C1. Windows color (decimal): -1262238 or 6471148. OLE color: 6471148.
HSL color Cylindrical-coordinate representation of color #ECBD62: hue angle of 39.57º 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 #ECBD62 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 98 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.07 |
| HSL | 39.57º | 0.78% | 0.65% | - |
| HSV(B) | 39.57º | 0.58% | 0.93% | - |
| XYZ | 54.99 | 55.11 | 19.29 | - |
| YUV | 192.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 98 | 0 | 0.20 | 0.58 | 0.07 | 39.57 | 0.78 | 0.65 |
| Hex | EC | BD | 62 | 0 | 14 | 3A | 7 | 28 | 4E | 41 |
| Octal | 354 | 275 | 142 | 0 | 24 | 72 | 7 | 50 | 116 | 101 |
| Binary | 11101100 | 10111101 | 1100010 | 0 | 10100 | 111010 | 111 | 101000 | 1001110 | 1000001 |
Color Harmonies of #ECBD62
Complementary color
Monochromatic Colors of #ECBD62
Black with #ECBD62
Text Example
Text Example
White with #ECBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD62; }
p { color: rgb(236,189,98); }
H1.HeaderClassName
{
color: #ECBD62;
}
.AnyTagClassName
{
color: #ECBD62;
}
</style>
background-color css
<style>
a { background-color: #ECBD62; }
a { background-color: rgb(236,189,98); }
div.DivClassName
{
background-color: #ECBD62;
}
.BgClassName
{
background-color: #ECBD62;
}
</style>
border-color css
<style>
span { border-color: #ECBD62; }
span { border-color: rgb(236,189,98); }
td.TdClassName
{
border-color: #ECBD62;
}
.TagClassName
{
border-color: #ECBD62;
}
</style>