#EDCAAD

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

Shades of Desert Sand #EDCAAD

Tints of Desert Sand #EDCAAD

Color information

#EDCAAD (or 0xEDCAAD) is unknown color: approx Desert Sand. HEX triplet: ED, CA and AD. RGB value is (237,202,173). Sum of RGB (Red+Green+Blue) = 237+202+173=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAAD is #123552. Grayscale: #D1D1D1. Windows color (decimal): -1193299 or 11389677. OLE color: 11389677.

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

Color convert

RGB237202173-
CMYK00.150.270.07
HSL27.19º64%80.39%-
HSV(B)27.19º27%92.94%-
XYZ63.5963.2648.39-
YUV209.16107.6147.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=38.73%
G=33.01%
B=28.27%

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
Decimal23720217300.150.270.0727.196480.39
HexEDCAAD0F1B71b4050
Octal35531225501733733100120
Binary11101101110010101010110101111110111111101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAAD; }

 p { color: rgb(237,202,173); }

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

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

 a { background-color: rgb(237,202,173); }

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

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

 span { border-color: rgb(237,202,173); }

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