#EDCCAD

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

Shades of Desert Sand #EDCCAD

Tints of Desert Sand #EDCCAD

Color information

#EDCCAD (or 0xEDCCAD) is unknown color: approx Desert Sand. HEX triplet: ED, CC and AD. RGB value is (237,204,173). Sum of RGB (Red+Green+Blue) = 237+204+173=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCAD is #123352. Grayscale: #D2D2D2. Windows color (decimal): -1192787 or 11390189. OLE color: 11390189.

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

Color convert

RGB237204173-
CMYK00.140.270.07
HSL29.06º64%80.39%-
HSV(B)29.06º27%92.94%-
XYZ64.0664.2148.55-
YUV210.33106.93147.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=38.60%
G=33.22%
B=28.18%

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
Decimal23720417300.140.270.0729.066480.39
HexEDCCAD0E1B71d4050
Octal35531425501633735100120
Binary11101101110011001010110101110110111111110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCAD; }

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

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

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

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

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

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

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

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