Html Css Color HEX #E0A472 Tumbleweed

📋 copy color: '#E0A472'

red 224 ◦ green 164 ◦ blue 114

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

Shades of Tumbleweed #E0A472

Tints of Tumbleweed #E0A472

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.67%

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

R = 44.62%
G = 32.67%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0A472 (or 0xE0A472) is known color: Tumbleweed. HEX triplet: E0, A4 and 72. RGB value is (224,164,114). Sum of RGB (Red+Green+Blue) = 224+164+114=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A472 is #1F5B8D. Grayscale: #B0B0B0. Windows color (decimal): -2055054 or 7513312. OLE color: 7513312.

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

Color convert

RGB 224 164 114 -
CMYK 0 0.27 0.49 0.12
HSL 27.27º 0.64% 0.66% -
HSV(B) 27.27º 0.49% 0.88% -
XYZ 47.05 43.61 21.86 -
YUV 176.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 224 164 114 0 0.27 0.49 0.12 27.27 0.64 0.66
Hex E0 A4 72 0 1B 31 C 1B 40 42
Octal 340 244 162 0 33 61 14 33 100 102
Binary 11100000 10100100 1110010 0 11011 110001 1100 11011 1000000 1000010

Color Harmonies of #E0A472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A472

Black with #E0A472

Text Example


Text Example

White with #E0A472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A472; }

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

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

background-color css

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

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

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

border-color css

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

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

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