Html Css Color HEX #E6A078 Tumbleweed

📋 copy color: '#E6A078'

red 230 ◦ green 160 ◦ blue 120

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

Shades of Tumbleweed #E6A078

Tints of Tumbleweed #E6A078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 45.1%
G = 31.37%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6A078 (or 0xE6A078) is known color: Tumbleweed. HEX triplet: E6, A0 and 78. RGB value is (230,160,120). Sum of RGB (Red+Green+Blue) = 230+160+120=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A078 is #195F87. Grayscale: #B0B0B0. Windows color (decimal): -1662856 or 7905510. OLE color: 7905510.

HSL color Cylindrical-coordinate representation of color #E6A078: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6A078 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 120 -
CMYK 0 0.30 0.48 0.10
HSL 21.82º 0.69% 0.69% -
HSV(B) 21.82º 0.48% 0.9% -
XYZ 48.59 43.32 23.57 -
YUV 176.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 230 160 120 0 0.30 0.48 0.10 21.82 0.69 0.69
Hex E6 A0 78 0 1E 30 A 16 45 45
Octal 346 240 170 0 36 60 12 26 105 105
Binary 11100110 10100000 1111000 0 11110 110000 1010 10110 1000101 1000101

Color Harmonies of #E6A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A078

Black with #E6A078

Text Example


Text Example

White with #E6A078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A078; }

 p { color: rgb(230,160,120); }

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

background-color css

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

 a { background-color: rgb(230,160,120); }

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

border-color css

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

 span { border-color: rgb(230,160,120); }

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