#E0AA8E

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

Shades of Tumbleweed #E0AA8E

Tints of Tumbleweed #E0AA8E

Color information

#E0AA8E (or 0xE0AA8E) is unknown color: approx Tumbleweed. HEX triplet: E0, AA and 8E. RGB value is (224,170,142). Sum of RGB (Red+Green+Blue) = 224+170+142=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA8E is #1F5571. Grayscale: #B7B7B7. Windows color (decimal): -2053490 or 9349856. OLE color: 9349856.

HSL color Cylindrical-coordinate representation of color #E0AA8E: hue angle of 20.49º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0AA8E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224170142-
CMYK00.240.370.12
HSL20.49º56.94%71.76%-
HSV(B)20.49º36.61%87.84%-
XYZ5046.5531.94-
YUV182.95104.89157.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=41.79%
G=31.72%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417014200.240.370.1220.4956.9471.76
HexE0AA8E01825C143948
Octal34025221603045142471110
Binary1110000010101010100011100110001001011100101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA8E; }

 p { color: rgb(224,170,142); }

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

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

 a { background-color: rgb(224,170,142); }

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

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

 span { border-color: rgb(224,170,142); }

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