Shades of Tumbleweed #E2A280
Tints of Tumbleweed #E2A280
RGB
CMYK
RGB Variations
Color information
#E2A280 (or 0xE2A280) is known color: Tumbleweed. HEX triplet: E2, A2 and 80. RGB value is (226,162,128). Sum of RGB (Red+Green+Blue) = 226+162+128=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A280 is #1D5D7F. Grayscale: #B1B1B1. Windows color (decimal): -1924480 or 8430306. OLE color: 8430306.
HSL color Cylindrical-coordinate representation of color #E2A280: hue angle of 20.82º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2A280 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 128 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.11 |
| HSL | 20.82º | 0.63% | 0.69% | - |
| HSV(B) | 20.82º | 0.43% | 0.89% | - |
| XYZ | 48.18 | 43.57 | 26.29 | - |
| YUV | 177.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 128 | 0 | 0.28 | 0.43 | 0.11 | 20.82 | 0.63 | 0.69 |
| Hex | E2 | A2 | 80 | 0 | 1C | 2B | B | 15 | 3F | 45 |
| Octal | 342 | 242 | 200 | 0 | 34 | 53 | 13 | 25 | 77 | 105 |
| Binary | 11100010 | 10100010 | 10000000 | 0 | 11100 | 101011 | 1011 | 10101 | 111111 | 1000101 |
Color Harmonies of #E2A280
Complementary color
Monochromatic Colors of #E2A280
Black with #E2A280
Text Example
Text Example
White with #E2A280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A280; }
p { color: rgb(226,162,128); }
H1.HeaderClassName
{
color: #E2A280;
}
.AnyTagClassName
{
color: #E2A280;
}
</style>
background-color css
<style>
a { background-color: #E2A280; }
a { background-color: rgb(226,162,128); }
div.DivClassName
{
background-color: #E2A280;
}
.BgClassName
{
background-color: #E2A280;
}
</style>
border-color css
<style>
span { border-color: #E2A280; }
span { border-color: rgb(226,162,128); }
td.TdClassName
{
border-color: #E2A280;
}
.TagClassName
{
border-color: #E2A280;
}
</style>