Shades of Tumbleweed #EAA57D
Tints of Tumbleweed #EAA57D
RGB
CMYK
RGB Variations
Color information
#EAA57D (or 0xEAA57D) is known color: Tumbleweed. HEX triplet: EA, A5 and 7D. RGB value is (234,165,125). Sum of RGB (Red+Green+Blue) = 234+165+125=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA57D is #155A82. Grayscale: #B5B5B5. Windows color (decimal): -1399427 or 8234474. OLE color: 8234474.
HSL color Cylindrical-coordinate representation of color #EAA57D: hue angle of 22.02º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAA57D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 125 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.08 |
| HSL | 22.02º | 0.72% | 0.7% | - |
| HSV(B) | 22.02º | 0.47% | 0.92% | - |
| XYZ | 51.09 | 45.88 | 25.57 | - |
| YUV | 181.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 125 | 0 | 0.29 | 0.47 | 0.08 | 22.02 | 0.72 | 0.7 |
| Hex | EA | A5 | 7D | 0 | 1D | 2F | 8 | 16 | 48 | 46 |
| Octal | 352 | 245 | 175 | 0 | 35 | 57 | 10 | 26 | 110 | 106 |
| Binary | 11101010 | 10100101 | 1111101 | 0 | 11101 | 101111 | 1000 | 10110 | 1001000 | 1000110 |
Color Harmonies of #EAA57D
Complementary color
Monochromatic Colors of #EAA57D
Black with #EAA57D
Text Example
Text Example
White with #EAA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA57D; }
p { color: rgb(234,165,125); }
H1.HeaderClassName
{
color: #EAA57D;
}
.AnyTagClassName
{
color: #EAA57D;
}
</style>
background-color css
<style>
a { background-color: #EAA57D; }
a { background-color: rgb(234,165,125); }
div.DivClassName
{
background-color: #EAA57D;
}
.BgClassName
{
background-color: #EAA57D;
}
</style>
border-color css
<style>
span { border-color: #EAA57D; }
span { border-color: rgb(234,165,125); }
td.TdClassName
{
border-color: #EAA57D;
}
.TagClassName
{
border-color: #EAA57D;
}
</style>