Html Css Color HEX #E2A580 Tumbleweed

📋 copy color: '#E2A580'

red 226 ◦ green 165 ◦ blue 128

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

Shades of Tumbleweed #E2A580

Tints of Tumbleweed #E2A580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.79%

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 43.55%
G = 31.79%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2A580 (or 0xE2A580) is known color: Tumbleweed. HEX triplet: E2, A5 and 80. RGB value is (226,165,128). Sum of RGB (Red+Green+Blue) = 226+165+128=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A580 is #1D5A7F. Grayscale: #B3B3B3. Windows color (decimal): -1923712 or 8431074. OLE color: 8431074.

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

Color convert

RGB 226 165 128 -
CMYK 0 0.27 0.43 0.11
HSL 22.65º 0.63% 0.69% -
HSV(B) 22.65º 0.43% 0.89% -
XYZ 48.72 44.64 26.47 -
YUV 179.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 226 165 128 0 0.27 0.43 0.11 22.65 0.63 0.69
Hex E2 A5 80 0 1B 2B B 17 3F 45
Octal 342 245 200 0 33 53 13 27 77 105
Binary 11100010 10100101 10000000 0 11011 101011 1011 10111 111111 1000101

Color Harmonies of #E2A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A580

Black with #E2A580

Text Example


Text Example

White with #E2A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A580; }

 p { color: rgb(226,165,128); }

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

background-color css

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

 a { background-color: rgb(226,165,128); }

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

border-color css

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

 span { border-color: rgb(226,165,128); }

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