Shades of Harvest Gold #E6BC6D
Tints of Harvest Gold #E6BC6D
RGB
CMYK
RGB Variations
Color information
#E6BC6D (or 0xE6BC6D) is known color: Harvest Gold. HEX triplet: E6, BC and 6D. RGB value is (230,188,109). Sum of RGB (Red+Green+Blue) = 230+188+109=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC6D is #194392. Grayscale: #BFBFBF. Windows color (decimal): -1655699 or 7191782. OLE color: 7191782.
HSL color Cylindrical-coordinate representation of color #E6BC6D: hue angle of 39.17º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6BC6D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 109 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.10 |
| HSL | 39.17º | 0.71% | 0.66% | - |
| HSV(B) | 39.17º | 0.53% | 0.9% | - |
| XYZ | 53.38 | 53.89 | 22.06 | - |
| YUV | 191.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 109 | 0 | 0.18 | 0.53 | 0.10 | 39.17 | 0.71 | 0.66 |
| Hex | E6 | BC | 6D | 0 | 12 | 35 | A | 27 | 47 | 42 |
| Octal | 346 | 274 | 155 | 0 | 22 | 65 | 12 | 47 | 107 | 102 |
| Binary | 11100110 | 10111100 | 1101101 | 0 | 10010 | 110101 | 1010 | 100111 | 1000111 | 1000010 |
Color Harmonies of #E6BC6D
Complementary color
Monochromatic Colors of #E6BC6D
Black with #E6BC6D
Text Example
Text Example
White with #E6BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC6D; }
p { color: rgb(230,188,109); }
H1.HeaderClassName
{
color: #E6BC6D;
}
.AnyTagClassName
{
color: #E6BC6D;
}
</style>
background-color css
<style>
a { background-color: #E6BC6D; }
a { background-color: rgb(230,188,109); }
div.DivClassName
{
background-color: #E6BC6D;
}
.BgClassName
{
background-color: #E6BC6D;
}
</style>
border-color css
<style>
span { border-color: #E6BC6D; }
span { border-color: rgb(230,188,109); }
td.TdClassName
{
border-color: #E6BC6D;
}
.TagClassName
{
border-color: #E6BC6D;
}
</style>