#EEC8AD

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

Shades of Desert Sand #EEC8AD

Tints of Desert Sand #EEC8AD

Color information

#EEC8AD (or 0xEEC8AD) is unknown color: approx Desert Sand. HEX triplet: EE, C8 and AD. RGB value is (238,200,173). Sum of RGB (Red+Green+Blue) = 238+200+173=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC8AD is #113752. Grayscale: #D0D0D0. Windows color (decimal): -1128275 or 11389166. OLE color: 11389166.

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

Color convert

RGB238200173-
CMYK00.160.270.07
HSL24.92º65.66%80.59%-
HSV(B)24.92º27.31%93.33%-
XYZ63.4662.548.25-
YUV208.28108.09149.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=38.95%
G=32.73%
B=28.31%

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
Decimal23820017300.160.270.0724.9265.6680.59
HexEEC8AD0101B7194251
Octal35631025502033731102121
Binary111011101100100010101101010000110111111100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8AD; }

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

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

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

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

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

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

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

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