Shades of Harvest Gold #E6B171
Tints of Harvest Gold #E6B171
RGB
CMYK
RGB Variations
Color information
#E6B171 (or 0xE6B171) is known color: Harvest Gold. HEX triplet: E6, B1 and 71. RGB value is (230,177,113). Sum of RGB (Red+Green+Blue) = 230+177+113=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B171 is #194E8E. Grayscale: #B9B9B9. Windows color (decimal): -1658511 or 7451110. OLE color: 7451110.
HSL color Cylindrical-coordinate representation of color #E6B171: hue angle of 32.82º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6B171 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 113 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.10 |
| HSL | 32.82º | 0.7% | 0.67% | - |
| HSV(B) | 32.82º | 0.51% | 0.9% | - |
| XYZ | 51.34 | 49.46 | 22.46 | - |
| YUV | 185.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 113 | 0 | 0.23 | 0.51 | 0.10 | 32.82 | 0.7 | 0.67 |
| Hex | E6 | B1 | 71 | 0 | 17 | 33 | A | 21 | 46 | 43 |
| Octal | 346 | 261 | 161 | 0 | 27 | 63 | 12 | 41 | 106 | 103 |
| Binary | 11100110 | 10110001 | 1110001 | 0 | 10111 | 110011 | 1010 | 100001 | 1000110 | 1000011 |
Color Harmonies of #E6B171
Complementary color
Monochromatic Colors of #E6B171
Black with #E6B171
Text Example
Text Example
White with #E6B171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B171; }
p { color: rgb(230,177,113); }
H1.HeaderClassName
{
color: #E6B171;
}
.AnyTagClassName
{
color: #E6B171;
}
</style>
background-color css
<style>
a { background-color: #E6B171; }
a { background-color: rgb(230,177,113); }
div.DivClassName
{
background-color: #E6B171;
}
.BgClassName
{
background-color: #E6B171;
}
</style>
border-color css
<style>
span { border-color: #E6B171; }
span { border-color: rgb(230,177,113); }
td.TdClassName
{
border-color: #E6B171;
}
.TagClassName
{
border-color: #E6B171;
}
</style>