Html Css Color HEX #E6A180 Tumbleweed

📋 copy color: '#E6A180'

red 230 ◦ green 161 ◦ blue 128

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

Shades of Tumbleweed #E6A180

Tints of Tumbleweed #E6A180

RGB

 RED value IS 230 (90.23% from 255) = 44.32%

 GREEN value IS 161 (63.28% from 255) = 31.02%

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

R = 44.32%
G = 31.02%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6A180 (or 0xE6A180) is known color: Tumbleweed. HEX triplet: E6, A1 and 80. RGB value is (230,161,128). Sum of RGB (Red+Green+Blue) = 230+161+128=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A180 is #195E7F. Grayscale: #B2B2B2. Windows color (decimal): -1662592 or 8430054. OLE color: 8430054.

HSL color Cylindrical-coordinate representation of color #E6A180: hue angle of 19.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6A180 is Cyan = 0, Magento = 0.3, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 161 128 -
CMYK 0 0.3 0.44 0.10
HSL 19.41º 0.67% 0.7% -
HSV(B) 19.41º 0.44% 0.9% -
XYZ 49.27 43.87 26.29 -
YUV 177.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 230 161 128 0 0.3 0.44 0.10 19.41 0.67 0.7
Hex E6 A1 80 0 1E 2C A 13 43 46
Octal 346 241 200 0 36 54 12 23 103 106
Binary 11100110 10100001 10000000 0 11110 101100 1010 10011 1000011 1000110

Color Harmonies of #E6A180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A180

Black with #E6A180

Text Example


Text Example

White with #E6A180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A180; }

 p { color: rgb(230,161,128); }

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

background-color css

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

 a { background-color: rgb(230,161,128); }

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

border-color css

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

 span { border-color: rgb(230,161,128); }

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