Shades of Tumbleweed #EAAC8A
Tints of Tumbleweed #EAAC8A
RGB
CMYK
RGB Variations
Color information
#EAAC8A (or 0xEAAC8A) is known color: Tumbleweed. HEX triplet: EA, AC and 8A. RGB value is (234,172,138). Sum of RGB (Red+Green+Blue) = 234+172+138=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC8A is #155375. Grayscale: #BABABA. Windows color (decimal): -1397622 or 9088234. OLE color: 9088234.
HSL color Cylindrical-coordinate representation of color #EAAC8A: hue angle of 21.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAAC8A is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 138 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.08 |
| HSL | 21.25º | 0.7% | 0.73% | - |
| HSV(B) | 21.25º | 0.41% | 0.92% | - |
| XYZ | 53.27 | 48.83 | 30.66 | - |
| YUV | 186.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 138 | 0 | 0.26 | 0.41 | 0.08 | 21.25 | 0.7 | 0.73 |
| Hex | EA | AC | 8A | 0 | 1A | 29 | 8 | 15 | 46 | 49 |
| Octal | 352 | 254 | 212 | 0 | 32 | 51 | 10 | 25 | 106 | 111 |
| Binary | 11101010 | 10101100 | 10001010 | 0 | 11010 | 101001 | 1000 | 10101 | 1000110 | 1001001 |
Color Harmonies of #EAAC8A
Complementary color
Monochromatic Colors of #EAAC8A
Black with #EAAC8A
Text Example
Text Example
White with #EAAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAC8A; }
p { color: rgb(234,172,138); }
H1.HeaderClassName
{
color: #EAAC8A;
}
.AnyTagClassName
{
color: #EAAC8A;
}
</style>
background-color css
<style>
a { background-color: #EAAC8A; }
a { background-color: rgb(234,172,138); }
div.DivClassName
{
background-color: #EAAC8A;
}
.BgClassName
{
background-color: #EAAC8A;
}
</style>
border-color css
<style>
span { border-color: #EAAC8A; }
span { border-color: rgb(234,172,138); }
td.TdClassName
{
border-color: #EAAC8A;
}
.TagClassName
{
border-color: #EAAC8A;
}
</style>