Shades of Tumbleweed #E4A480
Tints of Tumbleweed #E4A480
RGB
CMYK
RGB Variations
Color information
#E4A480 (or 0xE4A480) is known color: Tumbleweed. HEX triplet: E4, A4 and 80. RGB value is (228,164,128). Sum of RGB (Red+Green+Blue) = 228+164+128=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A480 is #1B5B7F. Grayscale: #B3B3B3. Windows color (decimal): -1792896 or 8430820. OLE color: 8430820.
HSL color Cylindrical-coordinate representation of color #E4A480: hue angle of 21.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4A480 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 164 | 128 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.11 |
| HSL | 21.6º | 0.65% | 0.7% | - |
| HSV(B) | 21.6º | 0.44% | 0.89% | - |
| XYZ | 49.17 | 44.6 | 26.44 | - |
| YUV | 179.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 164 | 128 | 0 | 0.28 | 0.44 | 0.11 | 21.6 | 0.65 | 0.7 |
| Hex | E4 | A4 | 80 | 0 | 1C | 2C | B | 16 | 41 | 46 |
| Octal | 344 | 244 | 200 | 0 | 34 | 54 | 13 | 26 | 101 | 106 |
| Binary | 11100100 | 10100100 | 10000000 | 0 | 11100 | 101100 | 1011 | 10110 | 1000001 | 1000110 |
Color Harmonies of #E4A480
Complementary color
Monochromatic Colors of #E4A480
Black with #E4A480
Text Example
Text Example
White with #E4A480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A480; }
p { color: rgb(228,164,128); }
H1.HeaderClassName
{
color: #E4A480;
}
.AnyTagClassName
{
color: #E4A480;
}
</style>
background-color css
<style>
a { background-color: #E4A480; }
a { background-color: rgb(228,164,128); }
div.DivClassName
{
background-color: #E4A480;
}
.BgClassName
{
background-color: #E4A480;
}
</style>
border-color css
<style>
span { border-color: #E4A480; }
span { border-color: rgb(228,164,128); }
td.TdClassName
{
border-color: #E4A480;
}
.TagClassName
{
border-color: #E4A480;
}
</style>