Html Css Color HEX #E2A486 Tumbleweed

📋 copy color: '#E2A486'

red 226 ◦ green 164 ◦ blue 134

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

Shades of Tumbleweed #E2A486

Tints of Tumbleweed #E2A486

RGB

 RED value IS 226 (88.67% from 255) = 43.13%

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

 BLUE value IS 134 (52.73% from 255) = 25.57%

R = 43.13%
G = 31.3%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E2A486 (or 0xE2A486) is known color: Tumbleweed. HEX triplet: E2, A4 and 86. RGB value is (226,164,134). Sum of RGB (Red+Green+Blue) = 226+164+134=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A486 is #1D5B79. Grayscale: #B3B3B3. Windows color (decimal): -1923962 or 8824034. OLE color: 8824034.

HSL color Cylindrical-coordinate representation of color #E2A486: hue angle of 19.57º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2A486 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 164 134 -
CMYK 0 0.27 0.41 0.11
HSL 19.57º 0.61% 0.71% -
HSV(B) 19.57º 0.41% 0.89% -
XYZ 48.94 44.44 28.55 -
YUV 179.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 226 164 134 0 0.27 0.41 0.11 19.57 0.61 0.71
Hex E2 A4 86 0 1B 29 B 14 3D 47
Octal 342 244 206 0 33 51 13 24 75 107
Binary 11100010 10100100 10000110 0 11011 101001 1011 10100 111101 1000111

Color Harmonies of #E2A486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A486

Black with #E2A486

Text Example


Text Example

White with #E2A486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A486; }

 p { color: rgb(226,164,134); }

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

background-color css

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

 a { background-color: rgb(226,164,134); }

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

border-color css

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

 span { border-color: rgb(226,164,134); }

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