#EDC9AA

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

Shades of Desert Sand #EDC9AA

Tints of Desert Sand #EDC9AA

Color information

#EDC9AA (or 0xEDC9AA) is unknown color: approx Desert Sand. HEX triplet: ED, C9 and AA. RGB value is (237,201,170). Sum of RGB (Red+Green+Blue) = 237+201+170=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9AA is #123655. Grayscale: #D0D0D0. Windows color (decimal): -1193558 or 11192813. OLE color: 11192813.

HSL color Cylindrical-coordinate representation of color #EDC9AA: hue angle of 27.76º 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 #EDC9AA is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237201170-
CMYK00.150.280.07
HSL27.76º65.05%79.8%-
HSV(B)27.76º28.27%92.94%-
XYZ63.0762.6846.8-
YUV208.23106.43148.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=38.98%
G=33.06%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720117000.150.280.0727.7665.0579.8
HexEDC9AA0F1C71c4150
Octal35531125201734734101120
Binary11101101110010011010101001111111001111110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9AA; }

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

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

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

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

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

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

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

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