Html Css Color HEX #E0A07D Tumbleweed

📋 copy color: '#E0A07D'

red 224 ◦ green 160 ◦ blue 125

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

Shades of Tumbleweed #E0A07D

Tints of Tumbleweed #E0A07D

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 value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0A07D (or 0xE0A07D) is known color: 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

RGB 224 160 125 -
CMYK 0 0.29 0.44 0.12
HSL 21.21º 0.61% 0.68% -
HSV(B) 21.21º 0.44% 0.88% -
XYZ 47.01 42.47 25.12 -
YUV 175.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 224 160 125 0 0.29 0.44 0.12 21.21 0.61 0.68
Hex E0 A0 7D 0 1D 2C C 15 3D 44
Octal 340 240 175 0 35 54 14 25 75 104
Binary 11100000 10100000 1111101 0 11101 101100 1100 10101 111101 1000100

Color Harmonies of #E0A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A07D

Black with #E0A07D

Text Example


Text Example

White with #E0A07D

Text Example


Text Example

HTML Codes & Css Web 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>