#E0A07D

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

Shades of Tumbleweed #E0A07D

Tints of Tumbleweed #E0A07D

Color information

#E0A07D (or 0xE0A07D) is unknown color: approx Tumbleweed. HEX triplet: E0, A0 and 7D. RGB value is (224,160,125). Sum of RGB (Red+Green+Blue) = 224+160+125=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A07D is #1F5F82. Grayscale: #AFAFAF. Windows color (decimal): -2056067 or 8233184. OLE color: 8233184.

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

Color convert

RGB224160125-
CMYK00.290.440.12
HSL21.21º61.49%68.43%-
HSV(B)21.21º44.2%87.84%-
XYZ47.0142.4725.12-
YUV175.1599.7162.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=44.01%
G=31.43%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416012500.290.440.1221.2161.4968.43
HexE0A07D01D2CC153d44
Octal34024017503554142575104
Binary111000001010000011111010111011011001100101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A07D; }

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

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

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

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

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

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

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

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