#EACDAD

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

Shades of Desert Sand #EACDAD

Tints of Desert Sand #EACDAD

Color information

#EACDAD (or 0xEACDAD) is unknown color: approx Desert Sand. HEX triplet: EA, CD and AD. RGB value is (234,205,173). Sum of RGB (Red+Green+Blue) = 234+205+173=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDAD is #153252. Grayscale: #D2D2D2. Windows color (decimal): -1389139 or 11390442. OLE color: 11390442.

HSL color Cylindrical-coordinate representation of color #EACDAD: hue angle of 31.48º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EACDAD is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234205173-
CMYK00.120.260.08
HSL31.48º59.22%79.8%-
HSV(B)31.48º26.07%91.76%-
XYZ63.3164.1748.59-
YUV210.02107.11145.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=38.24%
G=33.50%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420517300.120.260.0831.4859.2279.8
HexEACDAD0C1A81f3b50
Octal35231525501432103773120
Binary11101010110011011010110101100110101000111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDAD; }

 p { color: rgb(234,205,173); }

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

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

 a { background-color: rgb(234,205,173); }

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

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

 span { border-color: rgb(234,205,173); }

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