Shades of Tumbleweed #E2A880
Tints of Tumbleweed #E2A880
RGB
CMYK
RGB Variations
Color information
#E2A880 (or 0xE2A880) is known color: Tumbleweed. HEX triplet: E2, A8 and 80. RGB value is (226,168,128). Sum of RGB (Red+Green+Blue) = 226+168+128=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A880 is #1D577F. Grayscale: #B5B5B5. Windows color (decimal): -1922944 or 8431842. OLE color: 8431842.
HSL color Cylindrical-coordinate representation of color #E2A880: hue angle of 24.49º 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 #E2A880 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 128 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.11 |
| HSL | 24.49º | 0.63% | 0.69% | - |
| HSV(B) | 24.49º | 0.43% | 0.89% | - |
| XYZ | 49.26 | 45.73 | 26.65 | - |
| YUV | 180.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 128 | 0 | 0.26 | 0.43 | 0.11 | 24.49 | 0.63 | 0.69 |
| Hex | E2 | A8 | 80 | 0 | 1A | 2B | B | 18 | 3F | 45 |
| Octal | 342 | 250 | 200 | 0 | 32 | 53 | 13 | 30 | 77 | 105 |
| Binary | 11100010 | 10101000 | 10000000 | 0 | 11010 | 101011 | 1011 | 11000 | 111111 | 1000101 |
Color Harmonies of #E2A880
Complementary color
Monochromatic Colors of #E2A880
Black with #E2A880
Text Example
Text Example
White with #E2A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A880; }
p { color: rgb(226,168,128); }
H1.HeaderClassName
{
color: #E2A880;
}
.AnyTagClassName
{
color: #E2A880;
}
</style>
background-color css
<style>
a { background-color: #E2A880; }
a { background-color: rgb(226,168,128); }
div.DivClassName
{
background-color: #E2A880;
}
.BgClassName
{
background-color: #E2A880;
}
</style>
border-color css
<style>
span { border-color: #E2A880; }
span { border-color: rgb(226,168,128); }
td.TdClassName
{
border-color: #E2A880;
}
.TagClassName
{
border-color: #E2A880;
}
</style>