Shades of Tumbleweed #E1A572
Tints of Tumbleweed #E1A572
RGB
CMYK
RGB Variations
Color information
#E1A572 (or 0xE1A572) is known color: Tumbleweed. HEX triplet: E1, A5 and 72. RGB value is (225,165,114). Sum of RGB (Red+Green+Blue) = 225+165+114=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A572 is #1E5A8D. Grayscale: #B1B1B1. Windows color (decimal): -1989262 or 7513569. OLE color: 7513569.
HSL color Cylindrical-coordinate representation of color #E1A572: hue angle of 27.57º 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 #E1A572 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 114 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.12 |
| HSL | 27.57º | 0.65% | 0.66% | - |
| HSV(B) | 27.57º | 0.49% | 0.88% | - |
| XYZ | 47.54 | 44.13 | 21.93 | - |
| YUV | 177.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 114 | 0 | 0.27 | 0.49 | 0.12 | 27.57 | 0.65 | 0.66 |
| Hex | E1 | A5 | 72 | 0 | 1B | 31 | C | 1C | 41 | 42 |
| Octal | 341 | 245 | 162 | 0 | 33 | 61 | 14 | 34 | 101 | 102 |
| Binary | 11100001 | 10100101 | 1110010 | 0 | 11011 | 110001 | 1100 | 11100 | 1000001 | 1000010 |
Color Harmonies of #E1A572
Complementary color
Monochromatic Colors of #E1A572
Black with #E1A572
Text Example
Text Example
White with #E1A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A572; }
p { color: rgb(225,165,114); }
H1.HeaderClassName
{
color: #E1A572;
}
.AnyTagClassName
{
color: #E1A572;
}
</style>
background-color css
<style>
a { background-color: #E1A572; }
a { background-color: rgb(225,165,114); }
div.DivClassName
{
background-color: #E1A572;
}
.BgClassName
{
background-color: #E1A572;
}
</style>
border-color css
<style>
span { border-color: #E1A572; }
span { border-color: rgb(225,165,114); }
td.TdClassName
{
border-color: #E1A572;
}
.TagClassName
{
border-color: #E1A572;
}
</style>