Shades of Tumbleweed #EBA479
Tints of Tumbleweed #EBA479
RGB
CMYK
RGB Variations
Color information
#EBA479 (or 0xEBA479) is known color: Tumbleweed. HEX triplet: EB, A4 and 79. RGB value is (235,164,121). Sum of RGB (Red+Green+Blue) = 235+164+121=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA479 is #145B86. Grayscale: #B4B4B4. Windows color (decimal): -1334151 or 7972075. OLE color: 7972075.
HSL color Cylindrical-coordinate representation of color #EBA479: hue angle of 22.63º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBA479 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 121 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.08 |
| HSL | 22.63º | 0.74% | 0.7% | - |
| HSV(B) | 22.63º | 0.49% | 0.92% | - |
| XYZ | 50.99 | 45.59 | 24.2 | - |
| YUV | 180.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 121 | 0 | 0.30 | 0.49 | 0.08 | 22.63 | 0.74 | 0.7 |
| Hex | EB | A4 | 79 | 0 | 1E | 31 | 8 | 17 | 4A | 46 |
| Octal | 353 | 244 | 171 | 0 | 36 | 61 | 10 | 27 | 112 | 106 |
| Binary | 11101011 | 10100100 | 1111001 | 0 | 11110 | 110001 | 1000 | 10111 | 1001010 | 1000110 |
Color Harmonies of #EBA479
Complementary color
Monochromatic Colors of #EBA479
Black with #EBA479
Text Example
Text Example
White with #EBA479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA479; }
p { color: rgb(235,164,121); }
H1.HeaderClassName
{
color: #EBA479;
}
.AnyTagClassName
{
color: #EBA479;
}
</style>
background-color css
<style>
a { background-color: #EBA479; }
a { background-color: rgb(235,164,121); }
div.DivClassName
{
background-color: #EBA479;
}
.BgClassName
{
background-color: #EBA479;
}
</style>
border-color css
<style>
span { border-color: #EBA479; }
span { border-color: rgb(235,164,121); }
td.TdClassName
{
border-color: #EBA479;
}
.TagClassName
{
border-color: #EBA479;
}
</style>