Shades of Tumbleweed #EAAD8C
Tints of Tumbleweed #EAAD8C
RGB
CMYK
RGB Variations
Color information
#EAAD8C (or 0xEAAD8C) is known color: Tumbleweed. HEX triplet: EA, AD and 8C. RGB value is (234,173,140). Sum of RGB (Red+Green+Blue) = 234+173+140=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD8C is #155273. Grayscale: #BBBBBB. Windows color (decimal): -1397364 or 9219562. OLE color: 9219562.
HSL color Cylindrical-coordinate representation of color #EAAD8C: hue angle of 21.06º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAAD8C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 140 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.08 |
| HSL | 21.06º | 0.69% | 0.73% | - |
| HSV(B) | 21.06º | 0.4% | 0.92% | - |
| XYZ | 53.61 | 49.27 | 31.5 | - |
| YUV | 187.48 | 101.21 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 140 | 0 | 0.26 | 0.40 | 0.08 | 21.06 | 0.69 | 0.73 |
| Hex | EA | AD | 8C | 0 | 1A | 28 | 8 | 15 | 45 | 49 |
| Octal | 352 | 255 | 214 | 0 | 32 | 50 | 10 | 25 | 105 | 111 |
| Binary | 11101010 | 10101101 | 10001100 | 0 | 11010 | 101000 | 1000 | 10101 | 1000101 | 1001001 |
Color Harmonies of #EAAD8C
Complementary color
Monochromatic Colors of #EAAD8C
Black with #EAAD8C
Text Example
Text Example
White with #EAAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAD8C; }
p { color: rgb(234,173,140); }
H1.HeaderClassName
{
color: #EAAD8C;
}
.AnyTagClassName
{
color: #EAAD8C;
}
</style>
background-color css
<style>
a { background-color: #EAAD8C; }
a { background-color: rgb(234,173,140); }
div.DivClassName
{
background-color: #EAAD8C;
}
.BgClassName
{
background-color: #EAAD8C;
}
</style>
border-color css
<style>
span { border-color: #EAAD8C; }
span { border-color: rgb(234,173,140); }
td.TdClassName
{
border-color: #EAAD8C;
}
.TagClassName
{
border-color: #EAAD8C;
}
</style>