#EDAA84

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

Shades of Tumbleweed #EDAA84

Tints of Tumbleweed #EDAA84

Color information

#EDAA84 (or 0xEDAA84) is unknown color: approx Tumbleweed. HEX triplet: ED, AA and 84. RGB value is (237,170,132). Sum of RGB (Red+Green+Blue) = 237+170+132=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA84 is #12557B. Grayscale: #B9B9B9. Windows color (decimal): -1201532 or 8694509. OLE color: 8694509.

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

Color convert

RGB237170132-
CMYK00.280.440.07
HSL21.71º74.47%72.35%-
HSV(B)21.71º44.3%92.94%-
XYZ53.4648.4228.36-
YUV185.797.7164.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=43.97%
G=31.54%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717013200.280.440.0721.7174.4772.35
HexEDAA8401C2C7164a48
Octal35525220403454726112110
Binary1110110110101010100001000111001011001111011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA84; }

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

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

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

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

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

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

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

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