Shades of Harvest Gold #E6B775
Tints of Harvest Gold #E6B775
RGB
CMYK
RGB Variations
Color information
#E6B775 (or 0xE6B775) is known color: Harvest Gold. HEX triplet: E6, B7 and 75. RGB value is (230,183,117). Sum of RGB (Red+Green+Blue) = 230+183+117=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B775 is #19488A. Grayscale: #BDBDBD. Windows color (decimal): -1656971 or 7714790. OLE color: 7714790.
HSL color Cylindrical-coordinate representation of color #E6B775: hue angle of 35.04º 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 #E6B775 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 117 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.10 |
| HSL | 35.04º | 0.69% | 0.68% | - |
| HSV(B) | 35.04º | 0.49% | 0.9% | - |
| XYZ | 52.78 | 51.97 | 24.08 | - |
| YUV | 189.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 117 | 0 | 0.20 | 0.49 | 0.10 | 35.04 | 0.69 | 0.68 |
| Hex | E6 | B7 | 75 | 0 | 14 | 31 | A | 23 | 45 | 44 |
| Octal | 346 | 267 | 165 | 0 | 24 | 61 | 12 | 43 | 105 | 104 |
| Binary | 11100110 | 10110111 | 1110101 | 0 | 10100 | 110001 | 1010 | 100011 | 1000101 | 1000100 |
Color Harmonies of #E6B775
Complementary color
Monochromatic Colors of #E6B775
Black with #E6B775
Text Example
Text Example
White with #E6B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B775; }
p { color: rgb(230,183,117); }
H1.HeaderClassName
{
color: #E6B775;
}
.AnyTagClassName
{
color: #E6B775;
}
</style>
background-color css
<style>
a { background-color: #E6B775; }
a { background-color: rgb(230,183,117); }
div.DivClassName
{
background-color: #E6B775;
}
.BgClassName
{
background-color: #E6B775;
}
</style>
border-color css
<style>
span { border-color: #E6B775; }
span { border-color: rgb(230,183,117); }
td.TdClassName
{
border-color: #E6B775;
}
.TagClassName
{
border-color: #E6B775;
}
</style>