#E0A077

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

Shades of Tumbleweed #E0A077

Tints of Tumbleweed #E0A077

Color information

#E0A077 (or 0xE0A077) is unknown color: approx Tumbleweed. HEX triplet: E0, A0 and 77. RGB value is (224,160,119). Sum of RGB (Red+Green+Blue) = 224+160+119=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A077 is #1F5F88. Grayscale: #AEAEAE. Windows color (decimal): -2056073 or 7839968. OLE color: 7839968.

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

Color convert

RGB224160119-
CMYK00.290.470.12
HSL23.43º62.87%67.25%-
HSV(B)23.43º46.88%87.84%-
XYZ46.6442.3223.16-
YUV174.4696.7163.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=44.53%
G=31.81%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416011900.290.470.1223.4362.8767.25
HexE0A07701D2FC173f43
Octal34024016703557142777103
Binary111000001010000011101110111011011111100101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A077; }

 p { color: rgb(224,160,119); }

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

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

 a { background-color: rgb(224,160,119); }

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

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

 span { border-color: rgb(224,160,119); }

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