Shades of Tumbleweed #EBA57D
Tints of Tumbleweed #EBA57D
RGB
CMYK
RGB Variations
Color information
#EBA57D (or 0xEBA57D) is known color: Tumbleweed. HEX triplet: EB, A5 and 7D. RGB value is (235,165,125). Sum of RGB (Red+Green+Blue) = 235+165+125=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA57D is #145A82. Grayscale: #B5B5B5. Windows color (decimal): -1333891 or 8234475. OLE color: 8234475.
HSL color Cylindrical-coordinate representation of color #EBA57D: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBA57D is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 125 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.08 |
| HSL | 21.82º | 0.73% | 0.71% | - |
| HSV(B) | 21.82º | 0.47% | 0.92% | - |
| XYZ | 51.42 | 46.05 | 25.58 | - |
| YUV | 181.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 125 | 0 | 0.30 | 0.47 | 0.08 | 21.82 | 0.73 | 0.71 |
| Hex | EB | A5 | 7D | 0 | 1E | 2F | 8 | 16 | 49 | 47 |
| Octal | 353 | 245 | 175 | 0 | 36 | 57 | 10 | 26 | 111 | 107 |
| Binary | 11101011 | 10100101 | 1111101 | 0 | 11110 | 101111 | 1000 | 10110 | 1001001 | 1000111 |
Color Harmonies of #EBA57D
Complementary color
Monochromatic Colors of #EBA57D
Black with #EBA57D
Text Example
Text Example
White with #EBA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA57D; }
p { color: rgb(235,165,125); }
H1.HeaderClassName
{
color: #EBA57D;
}
.AnyTagClassName
{
color: #EBA57D;
}
</style>
background-color css
<style>
a { background-color: #EBA57D; }
a { background-color: rgb(235,165,125); }
div.DivClassName
{
background-color: #EBA57D;
}
.BgClassName
{
background-color: #EBA57D;
}
</style>
border-color css
<style>
span { border-color: #EBA57D; }
span { border-color: rgb(235,165,125); }
td.TdClassName
{
border-color: #EBA57D;
}
.TagClassName
{
border-color: #EBA57D;
}
</style>