Shades of Tumbleweed #E2A07A
Tints of Tumbleweed #E2A07A
RGB
CMYK
RGB Variations
Color information
#E2A07A (or 0xE2A07A) is known color: Tumbleweed. HEX triplet: E2, A0 and 7A. RGB value is (226,160,122). Sum of RGB (Red+Green+Blue) = 226+160+122=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A07A is #1D5F85. Grayscale: #AFAFAF. Windows color (decimal): -1924998 or 8036578. OLE color: 8036578.
HSL color Cylindrical-coordinate representation of color #E2A07A: hue angle of 21.92º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2A07A is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 122 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.11 |
| HSL | 21.92º | 0.64% | 0.68% | - |
| HSV(B) | 21.92º | 0.46% | 0.89% | - |
| XYZ | 47.45 | 42.72 | 24.16 | - |
| YUV | 175.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 122 | 0 | 0.29 | 0.46 | 0.11 | 21.92 | 0.64 | 0.68 |
| Hex | E2 | A0 | 7A | 0 | 1D | 2E | B | 16 | 40 | 44 |
| Octal | 342 | 240 | 172 | 0 | 35 | 56 | 13 | 26 | 100 | 104 |
| Binary | 11100010 | 10100000 | 1111010 | 0 | 11101 | 101110 | 1011 | 10110 | 1000000 | 1000100 |
Color Harmonies of #E2A07A
Complementary color
Monochromatic Colors of #E2A07A
Black with #E2A07A
Text Example
Text Example
White with #E2A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A07A; }
p { color: rgb(226,160,122); }
H1.HeaderClassName
{
color: #E2A07A;
}
.AnyTagClassName
{
color: #E2A07A;
}
</style>
background-color css
<style>
a { background-color: #E2A07A; }
a { background-color: rgb(226,160,122); }
div.DivClassName
{
background-color: #E2A07A;
}
.BgClassName
{
background-color: #E2A07A;
}
</style>
border-color css
<style>
span { border-color: #E2A07A; }
span { border-color: rgb(226,160,122); }
td.TdClassName
{
border-color: #E2A07A;
}
.TagClassName
{
border-color: #E2A07A;
}
</style>