Shades of Tumbleweed #E6A582
Tints of Tumbleweed #E6A582
RGB
CMYK
RGB Variations
Color information
#E6A582 (or 0xE6A582) is known color: Tumbleweed. HEX triplet: E6, A5 and 82. RGB value is (230,165,130). Sum of RGB (Red+Green+Blue) = 230+165+130=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A582 is #195A7D. Grayscale: #B4B4B4. Windows color (decimal): -1661566 or 8562150. OLE color: 8562150.
HSL color Cylindrical-coordinate representation of color #E6A582: hue angle of 21º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6A582 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 130 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.10 |
| HSL | 21º | 0.67% | 0.71% | - |
| HSV(B) | 21º | 0.43% | 0.9% | - |
| XYZ | 50.12 | 45.34 | 27.23 | - |
| YUV | 180.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 130 | 0 | 0.28 | 0.43 | 0.10 | 21 | 0.67 | 0.71 |
| Hex | E6 | A5 | 82 | 0 | 1C | 2B | A | 15 | 43 | 47 |
| Octal | 346 | 245 | 202 | 0 | 34 | 53 | 12 | 25 | 103 | 107 |
| Binary | 11100110 | 10100101 | 10000010 | 0 | 11100 | 101011 | 1010 | 10101 | 1000011 | 1000111 |
Color Harmonies of #E6A582
Complementary color
Monochromatic Colors of #E6A582
Black with #E6A582
Text Example
Text Example
White with #E6A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A582; }
p { color: rgb(230,165,130); }
H1.HeaderClassName
{
color: #E6A582;
}
.AnyTagClassName
{
color: #E6A582;
}
</style>
background-color css
<style>
a { background-color: #E6A582; }
a { background-color: rgb(230,165,130); }
div.DivClassName
{
background-color: #E6A582;
}
.BgClassName
{
background-color: #E6A582;
}
</style>
border-color css
<style>
span { border-color: #E6A582; }
span { border-color: rgb(230,165,130); }
td.TdClassName
{
border-color: #E6A582;
}
.TagClassName
{
border-color: #E6A582;
}
</style>