Html Css Color HEX #E0A580 Tumbleweed

📋 copy color: '#E0A580'

red 224 ◦ green 165 ◦ blue 128

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

Shades of Tumbleweed #E0A580

Tints of Tumbleweed #E0A580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

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

R = 43.33%
G = 31.91%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0A580 (or 0xE0A580) is known color: Tumbleweed. HEX triplet: E0, A5 and 80. RGB value is (224,165,128). Sum of RGB (Red+Green+Blue) = 224+165+128=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A580 is #1F5A7F. Grayscale: #B2B2B2. Windows color (decimal): -2054784 or 8431072. OLE color: 8431072.

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

Color convert

RGB 224 165 128 -
CMYK 0 0.26 0.43 0.12
HSL 23.13º 0.61% 0.69% -
HSV(B) 23.13º 0.43% 0.88% -
XYZ 48.09 44.32 26.44 -
YUV 178.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 224 165 128 0 0.26 0.43 0.12 23.13 0.61 0.69
Hex E0 A5 80 0 1A 2B C 17 3D 45
Octal 340 245 200 0 32 53 14 27 75 105
Binary 11100000 10100101 10000000 0 11010 101011 1100 10111 111101 1000101

Color Harmonies of #E0A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A580

Black with #E0A580

Text Example


Text Example

White with #E0A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A580; }

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

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

background-color css

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

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

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

border-color css

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

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

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