Html Css Color HEX #E6A280 Tumbleweed

📋 copy color: '#E6A280'

red 230 ◦ green 162 ◦ blue 128

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

Shades of Tumbleweed #E6A280

Tints of Tumbleweed #E6A280

RGB

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

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

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

R = 44.23%
G = 31.15%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6A280 (or 0xE6A280) is known color: Tumbleweed. HEX triplet: E6, A2 and 80. RGB value is (230,162,128). Sum of RGB (Red+Green+Blue) = 230+162+128=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A280 is #195D7F. Grayscale: #B2B2B2. Windows color (decimal): -1662336 or 8430310. OLE color: 8430310.

HSL color Cylindrical-coordinate representation of color #E6A280: hue angle of 20º 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 #E6A280 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 162 128 -
CMYK 0 0.30 0.44 0.10
HSL 20º 0.67% 0.7% -
HSV(B) 20º 0.44% 0.9% -
XYZ 49.45 44.22 26.35 -
YUV 178.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 230 162 128 0 0.30 0.44 0.10 20 0.67 0.7
Hex E6 A2 80 0 1E 2C A 14 43 46
Octal 346 242 200 0 36 54 12 24 103 106
Binary 11100110 10100010 10000000 0 11110 101100 1010 10100 1000011 1000110

Color Harmonies of #E6A280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A280

Black with #E6A280

Text Example


Text Example

White with #E6A280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A280; }

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

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

background-color css

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

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

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

border-color css

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

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

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