#E1A472

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

Shades of Tumbleweed #E1A472

Tints of Tumbleweed #E1A472

Color information

#E1A472 (or 0xE1A472) is unknown color: approx Tumbleweed. HEX triplet: E1, A4 and 72. RGB value is (225,164,114). Sum of RGB (Red+Green+Blue) = 225+164+114=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A472 is #1E5B8D. Grayscale: #B0B0B0. Windows color (decimal): -1989518 or 7513313. OLE color: 7513313.

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

Color convert

RGB225164114-
CMYK00.270.490.12
HSL27.03º64.91%66.47%-
HSV(B)27.03º49.33%88.24%-
XYZ47.3643.7721.87-
YUV176.5492.71162.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=44.73%
G=32.60%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516411400.270.490.1227.0364.9166.47
HexE1A47201B31C1b4142
Octal341244162033611433101102
Binary1110000110100100111001001101111000111001101110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A472; }

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

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

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

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

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

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

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

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