#E1A07F

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

Shades of Tumbleweed #E1A07F

Tints of Tumbleweed #E1A07F

Color information

#E1A07F (or 0xE1A07F) is unknown color: approx Tumbleweed. HEX triplet: E1, A0 and 7F. RGB value is (225,160,127). Sum of RGB (Red+Green+Blue) = 225+160+127=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A07F is #1E5F80. Grayscale: #AFAFAF. Windows color (decimal): -1990529 or 8364257. OLE color: 8364257.

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

Color convert

RGB225160127-
CMYK00.290.440.12
HSL20.2º62.03%69.02%-
HSV(B)20.2º43.56%88.24%-
XYZ47.4542.6825.82-
YUV175.67100.53163.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 127 (50% from 255) = 24.80%
R=43.95%
G=31.25%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516012700.290.440.1220.262.0369.02
HexE1A07F01D2CC143e45
Octal34124017703554142476105
Binary111000011010000011111110111011011001100101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A07F; }

 p { color: rgb(225,160,127); }

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

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

 a { background-color: rgb(225,160,127); }

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

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

 span { border-color: rgb(225,160,127); }

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