Html Css Color HEX #E0A080 Tumbleweed

📋 copy color: '#E0A080'

red 224 ◦ green 160 ◦ blue 128

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

Shades of Tumbleweed #E0A080

Tints of Tumbleweed #E0A080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25%

R = 43.75%
G = 31.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0A080 (or 0xE0A080) is known color: Tumbleweed. HEX triplet: E0, A0 and 80. RGB value is (224,160,128). Sum of RGB (Red+Green+Blue) = 224+160+128=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A080 is #1F5F7F. Grayscale: #AFAFAF. Windows color (decimal): -2056064 or 8429792. OLE color: 8429792.

HSL color Cylindrical-coordinate representation of color #E0A080: hue angle of 20º 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 #E0A080 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 128 -
CMYK 0 0.29 0.43 0.12
HSL 20º 0.61% 0.69% -
HSV(B) 20º 0.43% 0.88% -
XYZ 47.21 42.55 26.15 -
YUV 175.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 224 160 128 0 0.29 0.43 0.12 20 0.61 0.69
Hex E0 A0 80 0 1D 2B C 14 3D 45
Octal 340 240 200 0 35 53 14 24 75 105
Binary 11100000 10100000 10000000 0 11101 101011 1100 10100 111101 1000101

Color Harmonies of #E0A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A080

Black with #E0A080

Text Example


Text Example

White with #E0A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A080; }

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

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

background-color css

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

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

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

border-color css

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

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

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