#e0a485

Color #E0A485 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #E0A485

Tints of Tumbleweed #E0A485

Color information

#E0A485 (or 0xE0A485) is unknown color: approx Tumbleweed. HEX triplet: E0, A4 and 85. RGB value is (224,164,133). Sum of RGB (Red+Green+Blue) = 224+164+133=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A485 is #1F5B7A. Grayscale: #B2B2B2. Windows color (decimal): -2055035 or 8758496. OLE color: 8758496.

HSL color Cylindrical-coordinate representation of color #E0A485: hue angle of 20.44º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0A485 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224164133-
CMYK00.270.410.12
HSL20.44º59.48%70%-
HSV(B)20.44º40.62%87.84%-
XYZ48.2544.0928.16-
YUV178.41102.38160.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=42.99%
G=31.48%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416413300.270.410.1220.4459.4870
HexE0A48501B29C143b46
Octal34024420503351142473106
Binary1110000010100100100001010110111010011100101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0a485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0a485; }

 p { color: rgb(224,164,133); }

 H1.HeaderClassName
 {
   color: #e0a485;
 }
 .AnyTagClassName
 {
   color: #e0a485;
 }
</style>
background-color css

<style>
 a { background-color: #e0a485; }

 a { background-color: rgb(224,164,133); }

 div.DivClassName
 {
   background-color: #e0a485;
 }
 .BgClassName
 {
   background-color: #e0a485;
 }
</style>
border-color css

<style>
 span { border-color: #e0a485; }

 span { border-color: rgb(224,164,133); }

 td.TdClassName
 {
   border-color: #e0a485;
 }
 .TagClassName
 {
   border-color: #e0a485;
 }
</style>