#EDCBAA

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

Shades of Desert Sand #EDCBAA

Tints of Desert Sand #EDCBAA

Color information

#EDCBAA (or 0xEDCBAA) is unknown color: approx Desert Sand. HEX triplet: ED, CB and AA. RGB value is (237,203,170). Sum of RGB (Red+Green+Blue) = 237+203+170=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBAA is #123455. Grayscale: #D1D1D1. Windows color (decimal): -1193046 or 11193325. OLE color: 11193325.

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

Color convert

RGB237203170-
CMYK00.140.280.07
HSL29.55º65.05%79.8%-
HSV(B)29.55º28.27%92.94%-
XYZ63.5463.6246.96-
YUV209.4105.76147.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=38.85%
G=33.28%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720317000.140.280.0729.5565.0579.8
HexEDCBAA0E1C71e4150
Octal35531325201634736101120
Binary11101101110010111010101001110111001111111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBAA; }

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

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

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

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

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

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

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

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