Shades of Harvest Gold #E6BC75
Tints of Harvest Gold #E6BC75
RGB
CMYK
RGB Variations
Color information
#E6BC75 (or 0xE6BC75) is known color: Harvest Gold. HEX triplet: E6, BC and 75. RGB value is (230,188,117). Sum of RGB (Red+Green+Blue) = 230+188+117=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC75 is #19438A. Grayscale: #C0C0C0. Windows color (decimal): -1655691 or 7716070. OLE color: 7716070.
HSL color Cylindrical-coordinate representation of color #E6BC75: hue angle of 37.7º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6BC75 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 117 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.10 |
| HSL | 37.7º | 0.69% | 0.68% | - |
| HSV(B) | 37.7º | 0.49% | 0.9% | - |
| XYZ | 53.83 | 54.07 | 24.43 | - |
| YUV | 192.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 117 | 0 | 0.18 | 0.49 | 0.10 | 37.7 | 0.69 | 0.68 |
| Hex | E6 | BC | 75 | 0 | 12 | 31 | A | 26 | 45 | 44 |
| Octal | 346 | 274 | 165 | 0 | 22 | 61 | 12 | 46 | 105 | 104 |
| Binary | 11100110 | 10111100 | 1110101 | 0 | 10010 | 110001 | 1010 | 100110 | 1000101 | 1000100 |
Color Harmonies of #E6BC75
Complementary color
Monochromatic Colors of #E6BC75
Black with #E6BC75
Text Example
Text Example
White with #E6BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC75; }
p { color: rgb(230,188,117); }
H1.HeaderClassName
{
color: #E6BC75;
}
.AnyTagClassName
{
color: #E6BC75;
}
</style>
background-color css
<style>
a { background-color: #E6BC75; }
a { background-color: rgb(230,188,117); }
div.DivClassName
{
background-color: #E6BC75;
}
.BgClassName
{
background-color: #E6BC75;
}
</style>
border-color css
<style>
span { border-color: #E6BC75; }
span { border-color: rgb(230,188,117); }
td.TdClassName
{
border-color: #E6BC75;
}
.TagClassName
{
border-color: #E6BC75;
}
</style>