Shades of Harvest Gold #E6B06E
Tints of Harvest Gold #E6B06E
RGB
CMYK
RGB Variations
Color information
#E6B06E (or 0xE6B06E) is known color: Harvest Gold. HEX triplet: E6, B0 and 6E. RGB value is (230,176,110). Sum of RGB (Red+Green+Blue) = 230+176+110=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B06E is #194F91. Grayscale: #B8B8B8. Windows color (decimal): -1658770 or 7254246. OLE color: 7254246.
HSL color Cylindrical-coordinate representation of color #E6B06E: hue angle of 33º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6B06E is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 110 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.10 |
| HSL | 33º | 0.71% | 0.67% | - |
| HSV(B) | 33º | 0.52% | 0.9% | - |
| XYZ | 50.97 | 49 | 21.52 | - |
| YUV | 184.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 110 | 0 | 0.23 | 0.52 | 0.10 | 33 | 0.71 | 0.67 |
| Hex | E6 | B0 | 6E | 0 | 17 | 34 | A | 21 | 47 | 43 |
| Octal | 346 | 260 | 156 | 0 | 27 | 64 | 12 | 41 | 107 | 103 |
| Binary | 11100110 | 10110000 | 1101110 | 0 | 10111 | 110100 | 1010 | 100001 | 1000111 | 1000011 |
Color Harmonies of #E6B06E
Complementary color
Monochromatic Colors of #E6B06E
Black with #E6B06E
Text Example
Text Example
White with #E6B06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B06E; }
p { color: rgb(230,176,110); }
H1.HeaderClassName
{
color: #E6B06E;
}
.AnyTagClassName
{
color: #E6B06E;
}
</style>
background-color css
<style>
a { background-color: #E6B06E; }
a { background-color: rgb(230,176,110); }
div.DivClassName
{
background-color: #E6B06E;
}
.BgClassName
{
background-color: #E6B06E;
}
</style>
border-color css
<style>
span { border-color: #E6B06E; }
span { border-color: rgb(230,176,110); }
td.TdClassName
{
border-color: #E6B06E;
}
.TagClassName
{
border-color: #E6B06E;
}
</style>