Shades of Harvest Gold #E6B375
Tints of Harvest Gold #E6B375
RGB
CMYK
RGB Variations
Color information
#E6B375 (or 0xE6B375) is known color: Harvest Gold. HEX triplet: E6, B3 and 75. RGB value is (230,179,117). Sum of RGB (Red+Green+Blue) = 230+179+117=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B375 is #194C8A. Grayscale: #BBBBBB. Windows color (decimal): -1657995 or 7713766. OLE color: 7713766.
HSL color Cylindrical-coordinate representation of color #E6B375: hue angle of 32.92º 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 #E6B375 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 117 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.10 |
| HSL | 32.92º | 0.69% | 0.68% | - |
| HSV(B) | 32.92º | 0.49% | 0.9% | - |
| XYZ | 51.96 | 50.35 | 23.81 | - |
| YUV | 187.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 117 | 0 | 0.22 | 0.49 | 0.10 | 32.92 | 0.69 | 0.68 |
| Hex | E6 | B3 | 75 | 0 | 16 | 31 | A | 21 | 45 | 44 |
| Octal | 346 | 263 | 165 | 0 | 26 | 61 | 12 | 41 | 105 | 104 |
| Binary | 11100110 | 10110011 | 1110101 | 0 | 10110 | 110001 | 1010 | 100001 | 1000101 | 1000100 |
Color Harmonies of #E6B375
Complementary color
Monochromatic Colors of #E6B375
Black with #E6B375
Text Example
Text Example
White with #E6B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B375; }
p { color: rgb(230,179,117); }
H1.HeaderClassName
{
color: #E6B375;
}
.AnyTagClassName
{
color: #E6B375;
}
</style>
background-color css
<style>
a { background-color: #E6B375; }
a { background-color: rgb(230,179,117); }
div.DivClassName
{
background-color: #E6B375;
}
.BgClassName
{
background-color: #E6B375;
}
</style>
border-color css
<style>
span { border-color: #E6B375; }
span { border-color: rgb(230,179,117); }
td.TdClassName
{
border-color: #E6B375;
}
.TagClassName
{
border-color: #E6B375;
}
</style>