Shades of Harvest Gold #E6B073
Tints of Harvest Gold #E6B073
RGB
CMYK
RGB Variations
Color information
#E6B073 (or 0xE6B073) is known color: Harvest Gold. HEX triplet: E6, B0 and 73. RGB value is (230,176,115). Sum of RGB (Red+Green+Blue) = 230+176+115=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B073 is #194F8C. Grayscale: #B9B9B9. Windows color (decimal): -1658765 or 7581926. OLE color: 7581926.
HSL color Cylindrical-coordinate representation of color #E6B073: hue angle of 31.83º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6B073 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 115 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.10 |
| HSL | 31.83º | 0.7% | 0.68% | - |
| HSV(B) | 31.83º | 0.5% | 0.9% | - |
| XYZ | 51.25 | 49.11 | 23 | - |
| YUV | 185.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 115 | 0 | 0.23 | 0.5 | 0.10 | 31.83 | 0.7 | 0.68 |
| Hex | E6 | B0 | 73 | 0 | 17 | 32 | A | 20 | 46 | 44 |
| Octal | 346 | 260 | 163 | 0 | 27 | 62 | 12 | 40 | 106 | 104 |
| Binary | 11100110 | 10110000 | 1110011 | 0 | 10111 | 110010 | 1010 | 100000 | 1000110 | 1000100 |
Color Harmonies of #E6B073
Complementary color
Monochromatic Colors of #E6B073
Black with #E6B073
Text Example
Text Example
White with #E6B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B073; }
p { color: rgb(230,176,115); }
H1.HeaderClassName
{
color: #E6B073;
}
.AnyTagClassName
{
color: #E6B073;
}
</style>
background-color css
<style>
a { background-color: #E6B073; }
a { background-color: rgb(230,176,115); }
div.DivClassName
{
background-color: #E6B073;
}
.BgClassName
{
background-color: #E6B073;
}
</style>
border-color css
<style>
span { border-color: #E6B073; }
span { border-color: rgb(230,176,115); }
td.TdClassName
{
border-color: #E6B073;
}
.TagClassName
{
border-color: #E6B073;
}
</style>