#EDA983

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

Shades of Tumbleweed #EDA983

Tints of Tumbleweed #EDA983

Color information

#EDA983 (or 0xEDA983) is unknown color: approx Tumbleweed. HEX triplet: ED, A9 and 83. RGB value is (237,169,131). Sum of RGB (Red+Green+Blue) = 237+169+131=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA983 is #12567C. Grayscale: #B9B9B9. Windows color (decimal): -1201789 or 8628717. OLE color: 8628717.

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

Color convert

RGB237169131-
CMYK00.290.450.07
HSL21.51º74.65%72.16%-
HSV(B)21.51º44.73%92.94%-
XYZ53.2148.0227.94-
YUV18597.53165.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=44.13%
G=31.47%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716913100.290.450.0721.5174.6572.16
HexEDA98301D2D7164b48
Octal35525120303555726113110
Binary1110110110101001100000110111011011011111011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA983; }

 p { color: rgb(237,169,131); }

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

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

 a { background-color: rgb(237,169,131); }

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

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

 span { border-color: rgb(237,169,131); }

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