#EECAAD

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

Shades of Desert Sand #EECAAD

Tints of Desert Sand #EECAAD

Color information

#EECAAD (or 0xEECAAD) is unknown color: approx Desert Sand. HEX triplet: EE, CA and AD. RGB value is (238,202,173). Sum of RGB (Red+Green+Blue) = 238+202+173=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAAD is #113552. Grayscale: #D1D1D1. Windows color (decimal): -1127763 or 11389678. OLE color: 11389678.

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

Color convert

RGB238202173-
CMYK00.150.270.07
HSL26.77º65.66%80.59%-
HSV(B)26.77º27.31%93.33%-
XYZ63.9263.4448.41-
YUV209.46107.43148.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=38.83%
G=32.95%
B=28.22%

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
Decimal23820217300.150.270.0726.7765.6680.59
HexEECAAD0F1B71b4251
Octal35631225501733733102121
Binary11101110110010101010110101111110111111101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAAD; }

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

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

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

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

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

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

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

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