#EEC9B5

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

Shades of Desert Sand #EEC9B5

Tints of Desert Sand #EEC9B5

Color information

#EEC9B5 (or 0xEEC9B5) is unknown color: approx Desert Sand. HEX triplet: EE, C9 and B5. RGB value is (238,201,181). Sum of RGB (Red+Green+Blue) = 238+201+181=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9B5 is #11364A. Grayscale: #D1D1D1. Windows color (decimal): -1128011 or 11913710. OLE color: 11913710.

HSL color Cylindrical-coordinate representation of color #EEC9B5: hue angle of 21.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEC9B5 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238201181-
CMYK00.160.240.07
HSL21.05º62.64%82.16%-
HSV(B)21.05º23.95%93.33%-
XYZ64.4963.2952.53-
YUV209.78111.76148.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 181 (71.09% from 255) = 29.19%
R=38.39%
G=32.42%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820118100.160.240.0721.0562.6482.16
HexEEC9B5010187153f52
Octal3563112650203072577122
Binary11101110110010011011010101000011000111101011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9B5; }

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

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

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

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

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

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

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

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