#EEC9AD

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

Shades of Desert Sand #EEC9AD

Tints of Desert Sand #EEC9AD

Color information

#EEC9AD (or 0xEEC9AD) is unknown color: approx Desert Sand. HEX triplet: EE, C9 and AD. RGB value is (238,201,173). Sum of RGB (Red+Green+Blue) = 238+201+173=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC9AD is #113652. Grayscale: #D1D1D1. Windows color (decimal): -1128019 or 11389422. OLE color: 11389422.

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

Color convert

RGB238201173-
CMYK00.160.270.07
HSL25.85º65.66%80.59%-
HSV(B)25.85º27.31%93.33%-
XYZ63.6962.9748.33-
YUV208.87107.76148.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=38.89%
G=32.84%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820117300.160.270.0725.8565.6680.59
HexEEC9AD0101B71a4251
Octal35631125502033732102121
Binary111011101100100110101101010000110111111101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9AD; }

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

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

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

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

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

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

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

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