#EECAAC

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

Shades of Desert Sand #EECAAC

Tints of Desert Sand #EECAAC

Color information

#EECAAC (or 0xEECAAC) is unknown color: approx Desert Sand. HEX triplet: EE, CA and AC. RGB value is (238,202,172). Sum of RGB (Red+Green+Blue) = 238+202+172=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAAC is #113553. Grayscale: #D1D1D1. Windows color (decimal): -1127764 or 11324142. OLE color: 11324142.

HSL color Cylindrical-coordinate representation of color #EECAAC: hue angle of 27.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EECAAC is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB238202172-
CMYK00.150.280.07
HSL27.27º66%80.39%-
HSV(B)27.27º27.73%93.33%-
XYZ63.8363.447.9-
YUV209.34106.93148.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=38.89%
G=33.01%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820217200.150.280.0727.276680.39
HexEECAAC0F1C71b4250
Octal35631225401734733102120
Binary11101110110010101010110001111111001111101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAAC; }

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

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

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

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

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

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

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

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