#EECDAE

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

Shades of Desert Sand #EECDAE

Tints of Desert Sand #EECDAE

Color information

#EECDAE (or 0xEECDAE) is unknown color: approx Desert Sand. HEX triplet: EE, CD and AE. RGB value is (238,205,174). Sum of RGB (Red+Green+Blue) = 238+205+174=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAE is #113251. Grayscale: #D3D3D3. Windows color (decimal): -1126994 or 11455982. OLE color: 11455982.

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

Color convert

RGB238205174-
CMYK00.140.270.07
HSL29.06º65.31%80.78%-
HSV(B)29.06º26.89%93.33%-
XYZ64.7364.949.16-
YUV211.33106.93147.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=38.57%
G=33.23%
B=28.20%

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
Decimal23820517400.140.270.0729.0665.3180.78
HexEECDAE0E1B71d4151
Octal35631525601633735101121
Binary11101110110011011010111001110110111111110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDAE; }

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

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

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

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

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

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

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

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