Shades of Tumbleweed #E1A672
Tints of Tumbleweed #E1A672
RGB
CMYK
RGB Variations
Color information
#E1A672 (or 0xE1A672) is known color: Tumbleweed. HEX triplet: E1, A6 and 72. RGB value is (225,166,114). Sum of RGB (Red+Green+Blue) = 225+166+114=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A672 is #1E598D. Grayscale: #B1B1B1. Windows color (decimal): -1989006 or 7513825. OLE color: 7513825.
HSL color Cylindrical-coordinate representation of color #E1A672: hue angle of 28.11º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1A672 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 114 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.12 |
| HSL | 28.11º | 0.65% | 0.66% | - |
| HSV(B) | 28.11º | 0.49% | 0.88% | - |
| XYZ | 47.72 | 44.49 | 21.99 | - |
| YUV | 177.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 114 | 0 | 0.26 | 0.49 | 0.12 | 28.11 | 0.65 | 0.66 |
| Hex | E1 | A6 | 72 | 0 | 1A | 31 | C | 1C | 41 | 42 |
| Octal | 341 | 246 | 162 | 0 | 32 | 61 | 14 | 34 | 101 | 102 |
| Binary | 11100001 | 10100110 | 1110010 | 0 | 11010 | 110001 | 1100 | 11100 | 1000001 | 1000010 |
Color Harmonies of #E1A672
Complementary color
Monochromatic Colors of #E1A672
Black with #E1A672
Text Example
Text Example
White with #E1A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A672; }
p { color: rgb(225,166,114); }
H1.HeaderClassName
{
color: #E1A672;
}
.AnyTagClassName
{
color: #E1A672;
}
</style>
background-color css
<style>
a { background-color: #E1A672; }
a { background-color: rgb(225,166,114); }
div.DivClassName
{
background-color: #E1A672;
}
.BgClassName
{
background-color: #E1A672;
}
</style>
border-color css
<style>
span { border-color: #E1A672; }
span { border-color: rgb(225,166,114); }
td.TdClassName
{
border-color: #E1A672;
}
.TagClassName
{
border-color: #E1A672;
}
</style>