Shades of Tumbleweed #E6A07E
Tints of Tumbleweed #E6A07E
RGB
CMYK
RGB Variations
Color information
#E6A07E (or 0xE6A07E) is known color: Tumbleweed. HEX triplet: E6, A0 and 7E. RGB value is (230,160,126). Sum of RGB (Red+Green+Blue) = 230+160+126=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A07E is #195F81. Grayscale: #B1B1B1. Windows color (decimal): -1662850 or 8298726. OLE color: 8298726.
HSL color Cylindrical-coordinate representation of color #E6A07E: hue angle of 19.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6A07E is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 126 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.10 |
| HSL | 19.62º | 0.68% | 0.7% | - |
| HSV(B) | 19.62º | 0.45% | 0.9% | - |
| XYZ | 48.97 | 43.47 | 25.55 | - |
| YUV | 177.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 126 | 0 | 0.30 | 0.45 | 0.10 | 19.62 | 0.68 | 0.7 |
| Hex | E6 | A0 | 7E | 0 | 1E | 2D | A | 14 | 44 | 46 |
| Octal | 346 | 240 | 176 | 0 | 36 | 55 | 12 | 24 | 104 | 106 |
| Binary | 11100110 | 10100000 | 1111110 | 0 | 11110 | 101101 | 1010 | 10100 | 1000100 | 1000110 |
Color Harmonies of #E6A07E
Complementary color
Monochromatic Colors of #E6A07E
Black with #E6A07E
Text Example
Text Example
White with #E6A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A07E; }
p { color: rgb(230,160,126); }
H1.HeaderClassName
{
color: #E6A07E;
}
.AnyTagClassName
{
color: #E6A07E;
}
</style>
background-color css
<style>
a { background-color: #E6A07E; }
a { background-color: rgb(230,160,126); }
div.DivClassName
{
background-color: #E6A07E;
}
.BgClassName
{
background-color: #E6A07E;
}
</style>
border-color css
<style>
span { border-color: #E6A07E; }
span { border-color: rgb(230,160,126); }
td.TdClassName
{
border-color: #E6A07E;
}
.TagClassName
{
border-color: #E6A07E;
}
</style>