Shades of Tumbleweed #E9A380
Tints of Tumbleweed #E9A380
RGB
CMYK
RGB Variations
Color information
#E9A380 (or 0xE9A380) is known color: Tumbleweed. HEX triplet: E9, A3 and 80. RGB value is (233,163,128). Sum of RGB (Red+Green+Blue) = 233+163+128=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A380 is #165C7F. Grayscale: #B4B4B4. Windows color (decimal): -1465472 or 8430569. OLE color: 8430569.
HSL color Cylindrical-coordinate representation of color #E9A380: hue angle of 20º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9A380 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 128 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.09 |
| HSL | 20º | 0.7% | 0.71% | - |
| HSV(B) | 20º | 0.45% | 0.91% | - |
| XYZ | 50.6 | 45.08 | 26.46 | - |
| YUV | 179.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 128 | 0 | 0.30 | 0.45 | 0.09 | 20 | 0.7 | 0.71 |
| Hex | E9 | A3 | 80 | 0 | 1E | 2D | 9 | 14 | 46 | 47 |
| Octal | 351 | 243 | 200 | 0 | 36 | 55 | 11 | 24 | 106 | 107 |
| Binary | 11101001 | 10100011 | 10000000 | 0 | 11110 | 101101 | 1001 | 10100 | 1000110 | 1000111 |
Color Harmonies of #E9A380
Complementary color
Monochromatic Colors of #E9A380
Black with #E9A380
Text Example
Text Example
White with #E9A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A380; }
p { color: rgb(233,163,128); }
H1.HeaderClassName
{
color: #E9A380;
}
.AnyTagClassName
{
color: #E9A380;
}
</style>
background-color css
<style>
a { background-color: #E9A380; }
a { background-color: rgb(233,163,128); }
div.DivClassName
{
background-color: #E9A380;
}
.BgClassName
{
background-color: #E9A380;
}
</style>
border-color css
<style>
span { border-color: #E9A380; }
span { border-color: rgb(233,163,128); }
td.TdClassName
{
border-color: #E9A380;
}
.TagClassName
{
border-color: #E9A380;
}
</style>