#E0A780

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

Shades of Tumbleweed #E0A780

Tints of Tumbleweed #E0A780

Color information

#E0A780 (or 0xE0A780) is unknown color: approx Tumbleweed. HEX triplet: E0, A7 and 80. RGB value is (224,167,128). Sum of RGB (Red+Green+Blue) = 224+167+128=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A780 is #1F587F. Grayscale: #B3B3B3. Windows color (decimal): -2054272 or 8431584. OLE color: 8431584.

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

Color convert

RGB224167128-
CMYK00.250.430.12
HSL24.38º60.76%69.02%-
HSV(B)24.38º42.86%87.84%-
XYZ48.4645.0426.56-
YUV179.698.88159.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=43.16%
G=32.18%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416712800.250.430.1224.3860.7669.02
HexE0A7800192BC183d45
Octal34024720003153143075105
Binary1110000010100111100000000110011010111100110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A780; }

 p { color: rgb(224,167,128); }

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

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

 a { background-color: rgb(224,167,128); }

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

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

 span { border-color: rgb(224,167,128); }

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