#EECBAD

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

Shades of Desert Sand #EECBAD

Tints of Desert Sand #EECBAD

Color information

#EECBAD (or 0xEECBAD) is unknown color: approx Desert Sand. HEX triplet: EE, CB and AD. RGB value is (238,203,173). Sum of RGB (Red+Green+Blue) = 238+203+173=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBAD is #113452. Grayscale: #D2D2D2. Windows color (decimal): -1127507 or 11389934. OLE color: 11389934.

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

Color convert

RGB238203173-
CMYK00.150.270.07
HSL27.69º65.66%80.59%-
HSV(B)27.69º27.31%93.33%-
XYZ64.1663.9148.49-
YUV210.04107.1147.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=38.76%
G=33.06%
B=28.18%

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
Decimal23820317300.150.270.0727.6965.6680.59
HexEECBAD0F1B71c4251
Octal35631325501733734102121
Binary11101110110010111010110101111110111111110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBAD; }

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

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

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

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

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

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

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

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