Shades of Tumbleweed #E1A073
Tints of Tumbleweed #E1A073
RGB
CMYK
RGB Variations
Color information
#E1A073 (or 0xE1A073) is known color: Tumbleweed. HEX triplet: E1, A0 and 73. RGB value is (225,160,115). Sum of RGB (Red+Green+Blue) = 225+160+115=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A073 is #1E5F8C. Grayscale: #AEAEAE. Windows color (decimal): -1990541 or 7577825. OLE color: 7577825.
HSL color Cylindrical-coordinate representation of color #E1A073: hue angle of 24.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1A073 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 115 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.12 |
| HSL | 24.55º | 0.65% | 0.67% | - |
| HSV(B) | 24.55º | 0.49% | 0.88% | - |
| XYZ | 46.72 | 42.39 | 21.94 | - |
| YUV | 174.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 115 | 0 | 0.29 | 0.49 | 0.12 | 24.55 | 0.65 | 0.67 |
| Hex | E1 | A0 | 73 | 0 | 1D | 31 | C | 19 | 41 | 43 |
| Octal | 341 | 240 | 163 | 0 | 35 | 61 | 14 | 31 | 101 | 103 |
| Binary | 11100001 | 10100000 | 1110011 | 0 | 11101 | 110001 | 1100 | 11001 | 1000001 | 1000011 |
Color Harmonies of #E1A073
Complementary color
Monochromatic Colors of #E1A073
Black with #E1A073
Text Example
Text Example
White with #E1A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A073; }
p { color: rgb(225,160,115); }
H1.HeaderClassName
{
color: #E1A073;
}
.AnyTagClassName
{
color: #E1A073;
}
</style>
background-color css
<style>
a { background-color: #E1A073; }
a { background-color: rgb(225,160,115); }
div.DivClassName
{
background-color: #E1A073;
}
.BgClassName
{
background-color: #E1A073;
}
</style>
border-color css
<style>
span { border-color: #E1A073; }
span { border-color: rgb(225,160,115); }
td.TdClassName
{
border-color: #E1A073;
}
.TagClassName
{
border-color: #E1A073;
}
</style>