#E1A980

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

Shades of Tumbleweed #E1A980

Tints of Tumbleweed #E1A980

Color information

#E1A980 (or 0xE1A980) is unknown color: approx Tumbleweed. HEX triplet: E1, A9 and 80. RGB value is (225,169,128). Sum of RGB (Red+Green+Blue) = 225+169+128=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A980 is #1E567F. Grayscale: #B5B5B5. Windows color (decimal): -1988224 or 8432097. OLE color: 8432097.

HSL color Cylindrical-coordinate representation of color #E1A980: hue angle of 25.36º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1A980 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225169128-
CMYK00.250.430.12
HSL25.36º61.78%69.22%-
HSV(B)25.36º43.11%88.24%-
XYZ49.1445.9426.7-
YUV181.0798.05159.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=43.10%
G=32.38%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516912800.250.430.1225.3661.7869.22
HexE1A9800192BC193e45
Octal34125120003153143176105
Binary1110000110101001100000000110011010111100110011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A980; }

 p { color: rgb(225,169,128); }

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

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

 a { background-color: rgb(225,169,128); }

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

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

 span { border-color: rgb(225,169,128); }

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