Html Css Color HEX #E1A270 Tumbleweed

📋 copy color: '#E1A270'

red 225 ◦ green 162 ◦ blue 112

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

Shades of Tumbleweed #E1A270

Tints of Tumbleweed #E1A270

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

 GREEN value IS 162 (63.67% from 255) = 32.46%

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 45.09%
G = 32.46%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E1A270 (or 0xE1A270) is known color: Tumbleweed. HEX triplet: E1, A2 and 70. RGB value is (225,162,112). Sum of RGB (Red+Green+Blue) = 225+162+112=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A270 is #1E5D8F. Grayscale: #AFAFAF. Windows color (decimal): -1990032 or 7381729. OLE color: 7381729.

HSL color Cylindrical-coordinate representation of color #E1A270: hue angle of 26.55º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1A270 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 162 112 -
CMYK 0 0.28 0.50 0.12
HSL 26.55º 0.65% 0.66% -
HSV(B) 26.55º 0.5% 0.88% -
XYZ 46.9 43.02 21.16 -
YUV 175.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 225 162 112 0 0.28 0.50 0.12 26.55 0.65 0.66
Hex E1 A2 70 0 1C 32 C 1B 41 42
Octal 341 242 160 0 34 62 14 33 101 102
Binary 11100001 10100010 1110000 0 11100 110010 1100 11011 1000001 1000010

Color Harmonies of #E1A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A270

Black with #E1A270

Text Example


Text Example

White with #E1A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A270; }

 p { color: rgb(225,162,112); }

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

background-color css

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

 a { background-color: rgb(225,162,112); }

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

border-color css

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

 span { border-color: rgb(225,162,112); }

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