Html Css Color HEX #E0A072 Tumbleweed

📋 copy color: '#E0A072'

red 224 ◦ green 160 ◦ blue 114

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

Shades of Tumbleweed #E0A072

Tints of Tumbleweed #E0A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 44.98%
G = 32.13%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0A072 (or 0xE0A072) is known color: Tumbleweed. HEX triplet: E0, A0 and 72. RGB value is (224,160,114). Sum of RGB (Red+Green+Blue) = 224+160+114=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A072 is #1F5F8D. Grayscale: #AEAEAE. Windows color (decimal): -2056078 or 7512288. OLE color: 7512288.

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

Color convert

RGB 224 160 114 -
CMYK 0 0.29 0.49 0.12
HSL 25.09º 0.64% 0.66% -
HSV(B) 25.09º 0.49% 0.88% -
XYZ 46.35 42.2 21.62 -
YUV 173.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 224 160 114 0 0.29 0.49 0.12 25.09 0.64 0.66
Hex E0 A0 72 0 1D 31 C 19 40 42
Octal 340 240 162 0 35 61 14 31 100 102
Binary 11100000 10100000 1110010 0 11101 110001 1100 11001 1000000 1000010

Color Harmonies of #E0A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A072

Black with #E0A072

Text Example


Text Example

White with #E0A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A072; }

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

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

background-color css

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

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

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

border-color css

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

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

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