Shades of Harvest Gold #E6B76D
Tints of Harvest Gold #E6B76D
RGB
CMYK
RGB Variations
Color information
#E6B76D (or 0xE6B76D) is known color: Harvest Gold. HEX triplet: E6, B7 and 6D. RGB value is (230,183,109). Sum of RGB (Red+Green+Blue) = 230+183+109=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B76D is #194892. Grayscale: #BCBCBC. Windows color (decimal): -1656979 or 7190502. OLE color: 7190502.
HSL color Cylindrical-coordinate representation of color #E6B76D: hue angle of 36.69º 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 #E6B76D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 109 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.10 |
| HSL | 36.69º | 0.71% | 0.66% | - |
| HSV(B) | 36.69º | 0.53% | 0.9% | - |
| XYZ | 52.33 | 51.79 | 21.71 | - |
| YUV | 188.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 109 | 0 | 0.20 | 0.53 | 0.10 | 36.69 | 0.71 | 0.66 |
| Hex | E6 | B7 | 6D | 0 | 14 | 35 | A | 25 | 47 | 42 |
| Octal | 346 | 267 | 155 | 0 | 24 | 65 | 12 | 45 | 107 | 102 |
| Binary | 11100110 | 10110111 | 1101101 | 0 | 10100 | 110101 | 1010 | 100101 | 1000111 | 1000010 |
Color Harmonies of #E6B76D
Complementary color
Monochromatic Colors of #E6B76D
Black with #E6B76D
Text Example
Text Example
White with #E6B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B76D; }
p { color: rgb(230,183,109); }
H1.HeaderClassName
{
color: #E6B76D;
}
.AnyTagClassName
{
color: #E6B76D;
}
</style>
background-color css
<style>
a { background-color: #E6B76D; }
a { background-color: rgb(230,183,109); }
div.DivClassName
{
background-color: #E6B76D;
}
.BgClassName
{
background-color: #E6B76D;
}
</style>
border-color css
<style>
span { border-color: #E6B76D; }
span { border-color: rgb(230,183,109); }
td.TdClassName
{
border-color: #E6B76D;
}
.TagClassName
{
border-color: #E6B76D;
}
</style>