Shades of Tumbleweed #E1A180
Tints of Tumbleweed #E1A180
RGB
CMYK
RGB Variations
Color information
#E1A180 (or 0xE1A180) is known color: Tumbleweed. HEX triplet: E1, A1 and 80. RGB value is (225,161,128). Sum of RGB (Red+Green+Blue) = 225+161+128=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A180 is #1E5E7F. Grayscale: #B0B0B0. Windows color (decimal): -1990272 or 8430049. OLE color: 8430049.
HSL color Cylindrical-coordinate representation of color #E1A180: hue angle of 20.41º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1A180 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 128 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.12 |
| HSL | 20.41º | 0.62% | 0.69% | - |
| HSV(B) | 20.41º | 0.43% | 0.88% | - |
| XYZ | 47.69 | 43.06 | 26.22 | - |
| YUV | 176.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 128 | 0 | 0.28 | 0.43 | 0.12 | 20.41 | 0.62 | 0.69 |
| Hex | E1 | A1 | 80 | 0 | 1C | 2B | C | 14 | 3E | 45 |
| Octal | 341 | 241 | 200 | 0 | 34 | 53 | 14 | 24 | 76 | 105 |
| Binary | 11100001 | 10100001 | 10000000 | 0 | 11100 | 101011 | 1100 | 10100 | 111110 | 1000101 |
Color Harmonies of #E1A180
Complementary color
Monochromatic Colors of #E1A180
Black with #E1A180
Text Example
Text Example
White with #E1A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A180; }
p { color: rgb(225,161,128); }
H1.HeaderClassName
{
color: #E1A180;
}
.AnyTagClassName
{
color: #E1A180;
}
</style>
background-color css
<style>
a { background-color: #E1A180; }
a { background-color: rgb(225,161,128); }
div.DivClassName
{
background-color: #E1A180;
}
.BgClassName
{
background-color: #E1A180;
}
</style>
border-color css
<style>
span { border-color: #E1A180; }
span { border-color: rgb(225,161,128); }
td.TdClassName
{
border-color: #E1A180;
}
.TagClassName
{
border-color: #E1A180;
}
</style>