#EDC9AC

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

Shades of Desert Sand #EDC9AC

Tints of Desert Sand #EDC9AC

Color information

#EDC9AC (or 0xEDC9AC) is unknown color: approx Desert Sand. HEX triplet: ED, C9 and AC. RGB value is (237,201,172). Sum of RGB (Red+Green+Blue) = 237+201+172=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9AC is #123653. Grayscale: #D0D0D0. Windows color (decimal): -1193556 or 11323885. OLE color: 11323885.

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

Color convert

RGB237201172-
CMYK00.150.270.07
HSL26.77º64.36%80.2%-
HSV(B)26.77º27.43%92.94%-
XYZ63.2662.7647.81-
YUV208.46107.43148.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=38.85%
G=32.95%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720117200.150.270.0726.7764.3680.2
HexEDC9AC0F1B71b4050
Octal35531125401733733100120
Binary11101101110010011010110001111110111111101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9AC; }

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

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

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

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

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

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

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

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