#EECDAD

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

Shades of Desert Sand #EECDAD

Tints of Desert Sand #EECDAD

Color information

#EECDAD (or 0xEECDAD) is unknown color: approx Desert Sand. HEX triplet: EE, CD and AD. RGB value is (238,205,173). Sum of RGB (Red+Green+Blue) = 238+205+173=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAD is #113252. Grayscale: #D3D3D3. Windows color (decimal): -1126995 or 11390446. OLE color: 11390446.

HSL color Cylindrical-coordinate representation of color #EECDAD: hue angle of 29.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EECDAD is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238205173-
CMYK00.140.270.07
HSL29.54º65.66%80.59%-
HSV(B)29.54º27.31%93.33%-
XYZ64.6364.8648.65-
YUV211.22106.43147.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=38.64%
G=33.28%
B=28.08%

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
Decimal23820517300.140.270.0729.5465.6680.59
HexEECDAD0E1B71e4251
Octal35631525501633736102121
Binary11101110110011011010110101110110111111111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDAD; }

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

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

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

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

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

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

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

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