Shades of Tumbleweed #E5A572
Tints of Tumbleweed #E5A572
RGB
CMYK
RGB Variations
Color information
#E5A572 (or 0xE5A572) is known color: Tumbleweed. HEX triplet: E5, A5 and 72. RGB value is (229,165,114). Sum of RGB (Red+Green+Blue) = 229+165+114=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A572 is #1A5A8D. Grayscale: #B2B2B2. Windows color (decimal): -1727118 or 7513573. OLE color: 7513573.
HSL color Cylindrical-coordinate representation of color #E5A572: hue angle of 26.61º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5A572 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 114 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.10 |
| HSL | 26.61º | 0.69% | 0.67% | - |
| HSV(B) | 26.61º | 0.5% | 0.9% | - |
| XYZ | 48.81 | 44.78 | 21.99 | - |
| YUV | 178.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 114 | 0 | 0.28 | 0.50 | 0.10 | 26.61 | 0.69 | 0.67 |
| Hex | E5 | A5 | 72 | 0 | 1C | 32 | A | 1B | 45 | 43 |
| Octal | 345 | 245 | 162 | 0 | 34 | 62 | 12 | 33 | 105 | 103 |
| Binary | 11100101 | 10100101 | 1110010 | 0 | 11100 | 110010 | 1010 | 11011 | 1000101 | 1000011 |
Color Harmonies of #E5A572
Complementary color
Monochromatic Colors of #E5A572
Black with #E5A572
Text Example
Text Example
White with #E5A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A572; }
p { color: rgb(229,165,114); }
H1.HeaderClassName
{
color: #E5A572;
}
.AnyTagClassName
{
color: #E5A572;
}
</style>
background-color css
<style>
a { background-color: #E5A572; }
a { background-color: rgb(229,165,114); }
div.DivClassName
{
background-color: #E5A572;
}
.BgClassName
{
background-color: #E5A572;
}
</style>
border-color css
<style>
span { border-color: #E5A572; }
span { border-color: rgb(229,165,114); }
td.TdClassName
{
border-color: #E5A572;
}
.TagClassName
{
border-color: #E5A572;
}
</style>