Shades of Tumbleweed #E2A680
Tints of Tumbleweed #E2A680
RGB
CMYK
RGB Variations
Color information
#E2A680 (or 0xE2A680) is known color: Tumbleweed. HEX triplet: E2, A6 and 80. RGB value is (226,166,128). Sum of RGB (Red+Green+Blue) = 226+166+128=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A680 is #1D597F. Grayscale: #B3B3B3. Windows color (decimal): -1923456 or 8431330. OLE color: 8431330.
HSL color Cylindrical-coordinate representation of color #E2A680: hue angle of 23.27º 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 #E2A680 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 166 | 128 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.11 |
| HSL | 23.27º | 0.63% | 0.69% | - |
| HSV(B) | 23.27º | 0.43% | 0.89% | - |
| XYZ | 48.9 | 45 | 26.53 | - |
| YUV | 179.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 166 | 128 | 0 | 0.27 | 0.43 | 0.11 | 23.27 | 0.63 | 0.69 |
| Hex | E2 | A6 | 80 | 0 | 1B | 2B | B | 17 | 3F | 45 |
| Octal | 342 | 246 | 200 | 0 | 33 | 53 | 13 | 27 | 77 | 105 |
| Binary | 11100010 | 10100110 | 10000000 | 0 | 11011 | 101011 | 1011 | 10111 | 111111 | 1000101 |
Color Harmonies of #E2A680
Complementary color
Monochromatic Colors of #E2A680
Black with #E2A680
Text Example
Text Example
White with #E2A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A680; }
p { color: rgb(226,166,128); }
H1.HeaderClassName
{
color: #E2A680;
}
.AnyTagClassName
{
color: #E2A680;
}
</style>
background-color css
<style>
a { background-color: #E2A680; }
a { background-color: rgb(226,166,128); }
div.DivClassName
{
background-color: #E2A680;
}
.BgClassName
{
background-color: #E2A680;
}
</style>
border-color css
<style>
span { border-color: #E2A680; }
span { border-color: rgb(226,166,128); }
td.TdClassName
{
border-color: #E2A680;
}
.TagClassName
{
border-color: #E2A680;
}
</style>