#EECDAF

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

Shades of Desert Sand #EECDAF

Tints of Desert Sand #EECDAF

Color information

#EECDAF (or 0xEECDAF) is unknown color: approx Desert Sand. HEX triplet: EE, CD and AF. RGB value is (238,205,175). Sum of RGB (Red+Green+Blue) = 238+205+175=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAF is #113250. Grayscale: #D3D3D3. Windows color (decimal): -1126993 or 11521518. OLE color: 11521518.

HSL color Cylindrical-coordinate representation of color #EECDAF: hue angle of 28.57º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EECDAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238205175-
CMYK00.140.260.07
HSL28.57º64.95%80.98%-
HSV(B)28.57º26.47%93.33%-
XYZ64.8364.9349.67-
YUV211.45107.43146.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=38.51%
G=33.17%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820517500.140.260.0728.5764.9580.98
HexEECDAF0E1A71d4151
Octal35631525701632735101121
Binary11101110110011011010111101110110101111110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDAF; }

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

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

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

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

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

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

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

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