#E1AA80

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

Shades of Tumbleweed #E1AA80

Tints of Tumbleweed #E1AA80

Color information

#E1AA80 (or 0xE1AA80) is unknown color: approx Tumbleweed. HEX triplet: E1, AA and 80. RGB value is (225,170,128). Sum of RGB (Red+Green+Blue) = 225+170+128=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AA80 is #1E557F. Grayscale: #B5B5B5. Windows color (decimal): -1987968 or 8432353. OLE color: 8432353.

HSL color Cylindrical-coordinate representation of color #E1AA80: hue angle of 25.98º 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 #E1AA80 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225170128-
CMYK00.240.430.12
HSL25.98º61.78%69.22%-
HSV(B)25.98º43.11%88.24%-
XYZ49.3246.3226.76-
YUV181.6697.72158.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=43.02%
G=32.50%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517012800.240.430.1225.9861.7869.22
HexE1AA800182BC1a3e45
Octal34125220003053143276105
Binary1110000110101010100000000110001010111100110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA80; }

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

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

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

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

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

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

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

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