Html Css Color HEX #E0A071 Tumbleweed

📋 copy color: '#E0A071'

red 224 ◦ green 160 ◦ blue 113

#E0A071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #E0A071

Tints of Tumbleweed #E0A071

RGB

 RED value IS 224 (87.89% from 255) = 45.07%

 GREEN value IS 160 (62.89% from 255) = 32.19%

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 45.07%
G = 32.19%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0A071 (or 0xE0A071) is known color: Tumbleweed. HEX triplet: E0, A0 and 71. RGB value is (224,160,113). Sum of RGB (Red+Green+Blue) = 224+160+113=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A071 is #1F5F8E. Grayscale: #AEAEAE. Windows color (decimal): -2056079 or 7446752. OLE color: 7446752.

HSL color Cylindrical-coordinate representation of color #E0A071: hue angle of 25.41º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0A071 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 113 -
CMYK 0 0.29 0.50 0.12
HSL 25.41º 0.64% 0.66% -
HSV(B) 25.41º 0.5% 0.88% -
XYZ 46.29 42.18 21.32 -
YUV 173.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 224 160 113 0 0.29 0.50 0.12 25.41 0.64 0.66
Hex E0 A0 71 0 1D 32 C 19 40 42
Octal 340 240 161 0 35 62 14 31 100 102
Binary 11100000 10100000 1110001 0 11101 110010 1100 11001 1000000 1000010

Color Harmonies of #E0A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A071

Black with #E0A071

Text Example


Text Example

White with #E0A071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A071; }

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

 H1.HeaderClassName
 {
   color: #E0A071;
 }
 .AnyTagClassName
 {
   color: #E0A071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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