#EDAA86

Color #EDAA86 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #EDAA86

Tints of Tumbleweed #EDAA86

Color information

#EDAA86 (or 0xEDAA86) is unknown color: approx Tumbleweed. HEX triplet: ED, AA and 86. RGB value is (237,170,134). Sum of RGB (Red+Green+Blue) = 237+170+134=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA86 is #125579. Grayscale: #BABABA. Windows color (decimal): -1201530 or 8825581. OLE color: 8825581.

HSL color Cylindrical-coordinate representation of color #EDAA86: hue angle of 20.97º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDAA86 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237170134-
CMYK00.280.430.07
HSL20.97º74.1%72.75%-
HSV(B)20.97º43.46%92.94%-
XYZ53.648.4829.09-
YUV185.9398.7164.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=43.81%
G=31.42%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717013400.280.430.0720.9774.172.75
HexEDAA8601C2B7154a49
Octal35525220603453725112111
Binary1110110110101010100001100111001010111111010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA86; }

 p { color: rgb(237,170,134); }

 H1.HeaderClassName
 {
   color: #EDAA86;
 }
 .AnyTagClassName
 {
   color: #EDAA86;
 }
</style>
background-color css

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

 a { background-color: rgb(237,170,134); }

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

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

 span { border-color: rgb(237,170,134); }

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