Shades of Tumbleweed #E2A271
Tints of Tumbleweed #E2A271
RGB
CMYK
RGB Variations
Color information
#E2A271 (or 0xE2A271) is known color: Tumbleweed. HEX triplet: E2, A2 and 71. RGB value is (226,162,113). Sum of RGB (Red+Green+Blue) = 226+162+113=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A271 is #1D5D8E. Grayscale: #AFAFAF. Windows color (decimal): -1924495 or 7447266. OLE color: 7447266.
HSL color Cylindrical-coordinate representation of color #E2A271: hue angle of 26.02º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2A271 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 113 | - |
| CMYK | 0 | 0.28 | 0.5 | 0.11 |
| HSL | 26.02º | 0.66% | 0.66% | - |
| HSV(B) | 26.02º | 0.5% | 0.89% | - |
| XYZ | 47.27 | 43.2 | 21.47 | - |
| YUV | 175.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 113 | 0 | 0.28 | 0.5 | 0.11 | 26.02 | 0.66 | 0.66 |
| Hex | E2 | A2 | 71 | 0 | 1C | 32 | B | 1A | 42 | 42 |
| Octal | 342 | 242 | 161 | 0 | 34 | 62 | 13 | 32 | 102 | 102 |
| Binary | 11100010 | 10100010 | 1110001 | 0 | 11100 | 110010 | 1011 | 11010 | 1000010 | 1000010 |
Color Harmonies of #E2A271
Complementary color
Monochromatic Colors of #E2A271
Black with #E2A271
Text Example
Text Example
White with #E2A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A271; }
p { color: rgb(226,162,113); }
H1.HeaderClassName
{
color: #E2A271;
}
.AnyTagClassName
{
color: #E2A271;
}
</style>
background-color css
<style>
a { background-color: #E2A271; }
a { background-color: rgb(226,162,113); }
div.DivClassName
{
background-color: #E2A271;
}
.BgClassName
{
background-color: #E2A271;
}
</style>
border-color css
<style>
span { border-color: #E2A271; }
span { border-color: rgb(226,162,113); }
td.TdClassName
{
border-color: #E2A271;
}
.TagClassName
{
border-color: #E2A271;
}
</style>