#EDCDAC

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

Shades of Desert Sand #EDCDAC

Tints of Desert Sand #EDCDAC

Color information

#EDCDAC (or 0xEDCDAC) is unknown color: approx Desert Sand. HEX triplet: ED, CD and AC. RGB value is (237,205,172). Sum of RGB (Red+Green+Blue) = 237+205+172=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDAC is #123253. Grayscale: #D2D2D2. Windows color (decimal): -1192532 or 11324909. OLE color: 11324909.

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

Color convert

RGB237205172-
CMYK00.140.270.07
HSL30.46º64.36%80.2%-
HSV(B)30.46º27.43%92.94%-
XYZ64.264.6548.12-
YUV210.81106.1146.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 172 (67.58% from 255) = 28.01%
R=38.60%
G=33.39%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720517200.140.270.0730.4664.3680.2
HexEDCDAC0E1B71e4050
Octal35531525401633736100120
Binary11101101110011011010110001110110111111111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDAC; }

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

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

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

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

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

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

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

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