Shades of Harvest Gold #ECB462
Tints of Harvest Gold #ECB462
RGB
CMYK
RGB Variations
Color information
#ECB462 (or 0xECB462) is known color: Harvest Gold. HEX triplet: EC, B4 and 62. RGB value is (236,180,98). Sum of RGB (Red+Green+Blue) = 236+180+98=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB462 is #134B9D. Grayscale: #BBBBBB. Windows color (decimal): -1264542 or 6468844. OLE color: 6468844.
HSL color Cylindrical-coordinate representation of color #ECB462: hue angle of 35.65º 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 #ECB462 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 98 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.07 |
| HSL | 35.65º | 0.78% | 0.65% | - |
| HSV(B) | 35.65º | 0.58% | 0.93% | - |
| XYZ | 53.12 | 51.36 | 18.67 | - |
| YUV | 187.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 98 | 0 | 0.24 | 0.58 | 0.07 | 35.65 | 0.78 | 0.65 |
| Hex | EC | B4 | 62 | 0 | 18 | 3A | 7 | 24 | 4E | 41 |
| Octal | 354 | 264 | 142 | 0 | 30 | 72 | 7 | 44 | 116 | 101 |
| Binary | 11101100 | 10110100 | 1100010 | 0 | 11000 | 111010 | 111 | 100100 | 1001110 | 1000001 |
Color Harmonies of #ECB462
Complementary color
Monochromatic Colors of #ECB462
Black with #ECB462
Text Example
Text Example
White with #ECB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB462; }
p { color: rgb(236,180,98); }
H1.HeaderClassName
{
color: #ECB462;
}
.AnyTagClassName
{
color: #ECB462;
}
</style>
background-color css
<style>
a { background-color: #ECB462; }
a { background-color: rgb(236,180,98); }
div.DivClassName
{
background-color: #ECB462;
}
.BgClassName
{
background-color: #ECB462;
}
</style>
border-color css
<style>
span { border-color: #ECB462; }
span { border-color: rgb(236,180,98); }
td.TdClassName
{
border-color: #ECB462;
}
.TagClassName
{
border-color: #ECB462;
}
</style>