Shades of Tumbleweed #E1A485
Tints of Tumbleweed #E1A485
RGB
CMYK
RGB Variations
Color information
#E1A485 (or 0xE1A485) is known color: Tumbleweed. HEX triplet: E1, A4 and 85. RGB value is (225,164,133). Sum of RGB (Red+Green+Blue) = 225+164+133=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A485 is #1E5B7A. Grayscale: #B2B2B2. Windows color (decimal): -1989499 or 8758497. OLE color: 8758497.
HSL color Cylindrical-coordinate representation of color #E1A485: hue angle of 20.22º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1A485 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 133 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.12 |
| HSL | 20.22º | 0.61% | 0.7% | - |
| HSV(B) | 20.22º | 0.41% | 0.88% | - |
| XYZ | 48.56 | 44.25 | 28.17 | - |
| YUV | 178.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 133 | 0 | 0.27 | 0.41 | 0.12 | 20.22 | 0.61 | 0.7 |
| Hex | E1 | A4 | 85 | 0 | 1B | 29 | C | 14 | 3D | 46 |
| Octal | 341 | 244 | 205 | 0 | 33 | 51 | 14 | 24 | 75 | 106 |
| Binary | 11100001 | 10100100 | 10000101 | 0 | 11011 | 101001 | 1100 | 10100 | 111101 | 1000110 |
Color Harmonies of #E1A485
Complementary color
Monochromatic Colors of #E1A485
Black with #E1A485
Text Example
Text Example
White with #E1A485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A485; }
p { color: rgb(225,164,133); }
H1.HeaderClassName
{
color: #E1A485;
}
.AnyTagClassName
{
color: #E1A485;
}
</style>
background-color css
<style>
a { background-color: #E1A485; }
a { background-color: rgb(225,164,133); }
div.DivClassName
{
background-color: #E1A485;
}
.BgClassName
{
background-color: #E1A485;
}
</style>
border-color css
<style>
span { border-color: #E1A485; }
span { border-color: rgb(225,164,133); }
td.TdClassName
{
border-color: #E1A485;
}
.TagClassName
{
border-color: #E1A485;
}
</style>