Html Css Color HEX #E2A07D Tumbleweed

📋 copy color: '#E2A07D'

red 226 ◦ green 160 ◦ blue 125

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

Shades of Tumbleweed #E2A07D

Tints of Tumbleweed #E2A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 44.23%
G = 31.31%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2A07D (or 0xE2A07D) is known color: Tumbleweed. HEX triplet: E2, A0 and 7D. RGB value is (226,160,125). Sum of RGB (Red+Green+Blue) = 226+160+125=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A07D is #1D5F82. Grayscale: #AFAFAF. Windows color (decimal): -1924995 or 8233186. OLE color: 8233186.

HSL color Cylindrical-coordinate representation of color #E2A07D: hue angle of 20.79º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2A07D is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 160 125 -
CMYK 0 0.29 0.45 0.11
HSL 20.79º 0.64% 0.69% -
HSV(B) 20.79º 0.45% 0.89% -
XYZ 47.64 42.79 25.15 -
YUV 175.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 226 160 125 0 0.29 0.45 0.11 20.79 0.64 0.69
Hex E2 A0 7D 0 1D 2D B 15 40 45
Octal 342 240 175 0 35 55 13 25 100 105
Binary 11100010 10100000 1111101 0 11101 101101 1011 10101 1000000 1000101

Color Harmonies of #E2A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A07D

Black with #E2A07D

Text Example


Text Example

White with #E2A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A07D; }

 p { color: rgb(226,160,125); }

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

background-color css

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

 a { background-color: rgb(226,160,125); }

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

border-color css

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

 span { border-color: rgb(226,160,125); }

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