#EDCAAC

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

Shades of Desert Sand #EDCAAC

Tints of Desert Sand #EDCAAC

Color information

#EDCAAC (or 0xEDCAAC) is unknown color: approx Desert Sand. HEX triplet: ED, CA and AC. RGB value is (237,202,172). Sum of RGB (Red+Green+Blue) = 237+202+172=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAAC is #123553. Grayscale: #D1D1D1. Windows color (decimal): -1193300 or 11324141. OLE color: 11324141.

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

Color convert

RGB237202172-
CMYK00.150.270.07
HSL27.69º64.36%80.2%-
HSV(B)27.69º27.43%92.94%-
XYZ63.4963.2247.89-
YUV209.04107.1147.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=38.79%
G=33.06%
B=28.15%

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
Decimal23720217200.150.270.0727.6964.3680.2
HexEDCAAC0F1B71c4050
Octal35531225401733734100120
Binary11101101110010101010110001111110111111110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAAC; }

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

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

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

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

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

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

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

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