Shades of Tumbleweed #E5A582
Tints of Tumbleweed #E5A582
RGB
CMYK
RGB Variations
Color information
#E5A582 (or 0xE5A582) is known color: Tumbleweed. HEX triplet: E5, A5 and 82. RGB value is (229,165,130). Sum of RGB (Red+Green+Blue) = 229+165+130=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A582 is #1A5A7D. Grayscale: #B4B4B4. Windows color (decimal): -1727102 or 8562149. OLE color: 8562149.
HSL color Cylindrical-coordinate representation of color #E5A582: hue angle of 21.21º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5A582 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 130 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.10 |
| HSL | 21.21º | 0.66% | 0.7% | - |
| HSV(B) | 21.21º | 0.43% | 0.9% | - |
| XYZ | 49.8 | 45.18 | 27.22 | - |
| YUV | 180.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 130 | 0 | 0.28 | 0.43 | 0.10 | 21.21 | 0.66 | 0.7 |
| Hex | E5 | A5 | 82 | 0 | 1C | 2B | A | 15 | 42 | 46 |
| Octal | 345 | 245 | 202 | 0 | 34 | 53 | 12 | 25 | 102 | 106 |
| Binary | 11100101 | 10100101 | 10000010 | 0 | 11100 | 101011 | 1010 | 10101 | 1000010 | 1000110 |
Color Harmonies of #E5A582
Complementary color
Monochromatic Colors of #E5A582
Black with #E5A582
Text Example
Text Example
White with #E5A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A582; }
p { color: rgb(229,165,130); }
H1.HeaderClassName
{
color: #E5A582;
}
.AnyTagClassName
{
color: #E5A582;
}
</style>
background-color css
<style>
a { background-color: #E5A582; }
a { background-color: rgb(229,165,130); }
div.DivClassName
{
background-color: #E5A582;
}
.BgClassName
{
background-color: #E5A582;
}
</style>
border-color css
<style>
span { border-color: #E5A582; }
span { border-color: rgb(229,165,130); }
td.TdClassName
{
border-color: #E5A582;
}
.TagClassName
{
border-color: #E5A582;
}
</style>