#E2A170

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

Shades of Tumbleweed #E2A170

Tints of Tumbleweed #E2A170

Color information

#E2A170 (or 0xE2A170) is unknown color: approx Tumbleweed. HEX triplet: E2, A1 and 70. RGB value is (226,161,112). Sum of RGB (Red+Green+Blue) = 226+161+112=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A170 is #1D5E8F. Grayscale: #AFAFAF. Windows color (decimal): -1924752 or 7381474. OLE color: 7381474.

HSL color Cylindrical-coordinate representation of color #E2A170: hue angle of 25.79º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2A170 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB226161112-
CMYK00.290.500.11
HSL25.79º66.28%66.27%-
HSV(B)25.79º50.44%88.63%-
XYZ47.0342.8321.12-
YUV174.8592.53164.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.29%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=45.29%
G=32.26%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616111200.290.500.1125.7966.2866.27
HexE2A17001D32B1a4242
Octal342241160035621332102102
Binary1110001010100001111000001110111001010111101010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A170; }

 p { color: rgb(226,161,112); }

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

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

 a { background-color: rgb(226,161,112); }

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

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

 span { border-color: rgb(226,161,112); }

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