Shades of Tumbleweed #E5A07E
Tints of Tumbleweed #E5A07E
RGB
CMYK
RGB Variations
Color information
#E5A07E (or 0xE5A07E) is known color: Tumbleweed. HEX triplet: E5, A0 and 7E. RGB value is (229,160,126). Sum of RGB (Red+Green+Blue) = 229+160+126=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A07E is #1A5F81. Grayscale: #B0B0B0. Windows color (decimal): -1728386 or 8298725. OLE color: 8298725.
HSL color Cylindrical-coordinate representation of color #E5A07E: hue angle of 19.81º degrees, saturation: 0.66, 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 #E5A07E is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 126 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.10 |
| HSL | 19.81º | 0.66% | 0.7% | - |
| HSV(B) | 19.81º | 0.45% | 0.9% | - |
| XYZ | 48.65 | 43.31 | 25.53 | - |
| YUV | 176.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 126 | 0 | 0.30 | 0.45 | 0.10 | 19.81 | 0.66 | 0.7 |
| Hex | E5 | A0 | 7E | 0 | 1E | 2D | A | 14 | 42 | 46 |
| Octal | 345 | 240 | 176 | 0 | 36 | 55 | 12 | 24 | 102 | 106 |
| Binary | 11100101 | 10100000 | 1111110 | 0 | 11110 | 101101 | 1010 | 10100 | 1000010 | 1000110 |
Color Harmonies of #E5A07E
Complementary color
Monochromatic Colors of #E5A07E
Black with #E5A07E
Text Example
Text Example
White with #E5A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A07E; }
p { color: rgb(229,160,126); }
H1.HeaderClassName
{
color: #E5A07E;
}
.AnyTagClassName
{
color: #E5A07E;
}
</style>
background-color css
<style>
a { background-color: #E5A07E; }
a { background-color: rgb(229,160,126); }
div.DivClassName
{
background-color: #E5A07E;
}
.BgClassName
{
background-color: #E5A07E;
}
</style>
border-color css
<style>
span { border-color: #E5A07E; }
span { border-color: rgb(229,160,126); }
td.TdClassName
{
border-color: #E5A07E;
}
.TagClassName
{
border-color: #E5A07E;
}
</style>