Shades of Harvest Gold #E6B163
Tints of Harvest Gold #E6B163
RGB
CMYK
RGB Variations
Color information
#E6B163 (or 0xE6B163) is known color: Harvest Gold. HEX triplet: E6, B1 and 63. RGB value is (230,177,99). Sum of RGB (Red+Green+Blue) = 230+177+99=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B163 is #194E9C. Grayscale: #B8B8B8. Windows color (decimal): -1658525 or 6533606. OLE color: 6533606.
HSL color Cylindrical-coordinate representation of color #E6B163: hue angle of 35.73º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6B163 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 99 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.10 |
| HSL | 35.73º | 0.72% | 0.65% | - |
| HSV(B) | 35.73º | 0.57% | 0.9% | - |
| XYZ | 50.61 | 49.17 | 18.63 | - |
| YUV | 183.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 99 | 0 | 0.23 | 0.57 | 0.10 | 35.73 | 0.72 | 0.65 |
| Hex | E6 | B1 | 63 | 0 | 17 | 39 | A | 24 | 48 | 41 |
| Octal | 346 | 261 | 143 | 0 | 27 | 71 | 12 | 44 | 110 | 101 |
| Binary | 11100110 | 10110001 | 1100011 | 0 | 10111 | 111001 | 1010 | 100100 | 1001000 | 1000001 |
Color Harmonies of #E6B163
Complementary color
Monochromatic Colors of #E6B163
Black with #E6B163
Text Example
Text Example
White with #E6B163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B163; }
p { color: rgb(230,177,99); }
H1.HeaderClassName
{
color: #E6B163;
}
.AnyTagClassName
{
color: #E6B163;
}
</style>
background-color css
<style>
a { background-color: #E6B163; }
a { background-color: rgb(230,177,99); }
div.DivClassName
{
background-color: #E6B163;
}
.BgClassName
{
background-color: #E6B163;
}
</style>
border-color css
<style>
span { border-color: #E6B163; }
span { border-color: rgb(230,177,99); }
td.TdClassName
{
border-color: #E6B163;
}
.TagClassName
{
border-color: #E6B163;
}
</style>