Shades of Harvest Gold #E6BC62
Tints of Harvest Gold #E6BC62
RGB
CMYK
RGB Variations
Color information
#E6BC62 (or 0xE6BC62) is known color: Harvest Gold. HEX triplet: E6, BC and 62. RGB value is (230,188,98). Sum of RGB (Red+Green+Blue) = 230+188+98=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC62 is #19439D. Grayscale: #BEBEBE. Windows color (decimal): -1655710 or 6470886. OLE color: 6470886.
HSL color Cylindrical-coordinate representation of color #E6BC62: hue angle of 40.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6BC62 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 98 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.10 |
| HSL | 40.91º | 0.73% | 0.64% | - |
| HSV(B) | 40.91º | 0.57% | 0.9% | - |
| XYZ | 52.82 | 53.67 | 19.13 | - |
| YUV | 190.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 98 | 0 | 0.18 | 0.57 | 0.10 | 40.91 | 0.73 | 0.64 |
| Hex | E6 | BC | 62 | 0 | 12 | 39 | A | 29 | 49 | 40 |
| Octal | 346 | 274 | 142 | 0 | 22 | 71 | 12 | 51 | 111 | 100 |
| Binary | 11100110 | 10111100 | 1100010 | 0 | 10010 | 111001 | 1010 | 101001 | 1001001 | 1000000 |
Color Harmonies of #E6BC62
Complementary color
Monochromatic Colors of #E6BC62
Black with #E6BC62
Text Example
Text Example
White with #E6BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC62; }
p { color: rgb(230,188,98); }
H1.HeaderClassName
{
color: #E6BC62;
}
.AnyTagClassName
{
color: #E6BC62;
}
</style>
background-color css
<style>
a { background-color: #E6BC62; }
a { background-color: rgb(230,188,98); }
div.DivClassName
{
background-color: #E6BC62;
}
.BgClassName
{
background-color: #E6BC62;
}
</style>
border-color css
<style>
span { border-color: #E6BC62; }
span { border-color: rgb(230,188,98); }
td.TdClassName
{
border-color: #E6BC62;
}
.TagClassName
{
border-color: #E6BC62;
}
</style>