Html Css Color HEX #E0A980 Tumbleweed

📋 copy color: '#E0A980'

red 224 ◦ green 169 ◦ blue 128

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

Shades of Tumbleweed #E0A980

Tints of Tumbleweed #E0A980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.44%

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

R = 42.99%
G = 32.44%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0A980 (or 0xE0A980) is known color: Tumbleweed. HEX triplet: E0, A9 and 80. RGB value is (224,169,128). Sum of RGB (Red+Green+Blue) = 224+169+128=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A980 is #1F567F. Grayscale: #B4B4B4. Windows color (decimal): -2053760 or 8432096. OLE color: 8432096.

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

Color convert

RGB 224 169 128 -
CMYK 0 0.25 0.43 0.12
HSL 25.63º 0.61% 0.69% -
HSV(B) 25.63º 0.43% 0.88% -
XYZ 48.82 45.78 26.69 -
YUV 180.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 224 169 128 0 0.25 0.43 0.12 25.63 0.61 0.69
Hex E0 A9 80 0 19 2B C 1A 3D 45
Octal 340 251 200 0 31 53 14 32 75 105
Binary 11100000 10101001 10000000 0 11001 101011 1100 11010 111101 1000101

Color Harmonies of #E0A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A980

Black with #E0A980

Text Example


Text Example

White with #E0A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A980; }

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

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

background-color css

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

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

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

border-color css

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

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

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