#E5A074

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

Shades of Tumbleweed #E5A074

Tints of Tumbleweed #E5A074

Color information

#E5A074 (or 0xE5A074) is unknown color: approx Tumbleweed. HEX triplet: E5, A0 and 74. RGB value is (229,160,116). Sum of RGB (Red+Green+Blue) = 229+160+116=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A074 is #1A5F8B. Grayscale: #AFAFAF. Windows color (decimal): -1728396 or 7643365. OLE color: 7643365.

HSL color Cylindrical-coordinate representation of color #E5A074: hue angle of 23.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5A074 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB229160116-
CMYK00.300.490.10
HSL23.36º68.48%67.65%-
HSV(B)23.36º49.34%89.8%-
XYZ48.0443.0622.3-
YUV175.6194.36166.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.35%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=45.35%
G=31.68%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916011600.300.490.1023.3668.4867.65
HexE5A07401E31A174444
Octal345240164036611227104104
Binary1110010110100000111010001111011000110101011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A074; }

 p { color: rgb(229,160,116); }

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

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

 a { background-color: rgb(229,160,116); }

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

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

 span { border-color: rgb(229,160,116); }

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