#EECCAE

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

Shades of Desert Sand #EECCAE

Tints of Desert Sand #EECCAE

Color information

#EECCAE (or 0xEECCAE) is unknown color: approx Desert Sand. HEX triplet: EE, CC and AE. RGB value is (238,204,174). Sum of RGB (Red+Green+Blue) = 238+204+174=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCAE is #113351. Grayscale: #D2D2D2. Windows color (decimal): -1127250 or 11455726. OLE color: 11455726.

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

Color convert

RGB238204174-
CMYK00.140.270.07
HSL28.13º65.31%80.78%-
HSV(B)28.13º26.89%93.33%-
XYZ64.4964.4249.08-
YUV210.75107.26147.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=38.64%
G=33.12%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820417400.140.270.0728.1365.3180.78
HexEECCAE0E1B71c4151
Octal35631425601633734101121
Binary11101110110011001010111001110110111111110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCAE; }

 p { color: rgb(238,204,174); }

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

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

 a { background-color: rgb(238,204,174); }

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

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

 span { border-color: rgb(238,204,174); }

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