#E1A485

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

Shades of Tumbleweed #E1A485

Tints of Tumbleweed #E1A485

Color information

#E1A485 (or 0xE1A485) is unknown color: approx Tumbleweed. HEX triplet: E1, A4 and 85. RGB value is (225,164,133). Sum of RGB (Red+Green+Blue) = 225+164+133=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A485 is #1E5B7A. Grayscale: #B2B2B2. Windows color (decimal): -1989499 or 8758497. OLE color: 8758497.

HSL color Cylindrical-coordinate representation of color #E1A485: hue angle of 20.22º degrees, saturation: 0.61, 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 #E1A485 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225164133-
CMYK00.270.410.12
HSL20.22º60.53%70.2%-
HSV(B)20.22º40.89%88.24%-
XYZ48.5644.2528.17-
YUV178.7102.21161.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=43.10%
G=31.42%
B=25.48%

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
Decimal22516413300.270.410.1220.2260.5370.2
HexE1A48501B29C143d46
Octal34124420503351142475106
Binary1110000110100100100001010110111010011100101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A485; }

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

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

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

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

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

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

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

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