Shades of Tumbleweed #E5A180
Tints of Tumbleweed #E5A180
RGB
CMYK
RGB Variations
Color information
#E5A180 (or 0xE5A180) is known color: Tumbleweed. HEX triplet: E5, A1 and 80. RGB value is (229,161,128). Sum of RGB (Red+Green+Blue) = 229+161+128=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A180 is #1A5E7F. Grayscale: #B1B1B1. Windows color (decimal): -1728128 or 8430053. OLE color: 8430053.
HSL color Cylindrical-coordinate representation of color #E5A180: hue angle of 19.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5A180 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 128 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.10 |
| HSL | 19.6º | 0.66% | 0.7% | - |
| HSV(B) | 19.6º | 0.44% | 0.9% | - |
| XYZ | 48.95 | 43.71 | 26.28 | - |
| YUV | 177.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 128 | 0 | 0.30 | 0.44 | 0.10 | 19.6 | 0.66 | 0.7 |
| Hex | E5 | A1 | 80 | 0 | 1E | 2C | A | 14 | 42 | 46 |
| Octal | 345 | 241 | 200 | 0 | 36 | 54 | 12 | 24 | 102 | 106 |
| Binary | 11100101 | 10100001 | 10000000 | 0 | 11110 | 101100 | 1010 | 10100 | 1000010 | 1000110 |
Color Harmonies of #E5A180
Complementary color
Monochromatic Colors of #E5A180
Black with #E5A180
Text Example
Text Example
White with #E5A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A180; }
p { color: rgb(229,161,128); }
H1.HeaderClassName
{
color: #E5A180;
}
.AnyTagClassName
{
color: #E5A180;
}
</style>
background-color css
<style>
a { background-color: #E5A180; }
a { background-color: rgb(229,161,128); }
div.DivClassName
{
background-color: #E5A180;
}
.BgClassName
{
background-color: #E5A180;
}
</style>
border-color css
<style>
span { border-color: #E5A180; }
span { border-color: rgb(229,161,128); }
td.TdClassName
{
border-color: #E5A180;
}
.TagClassName
{
border-color: #E5A180;
}
</style>