#EECDAB

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

Shades of Desert Sand #EECDAB

Tints of Desert Sand #EECDAB

Color information

#EECDAB (or 0xEECDAB) is unknown color: approx Desert Sand. HEX triplet: EE, CD and AB. RGB value is (238,205,171). Sum of RGB (Red+Green+Blue) = 238+205+171=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAB is #113254. Grayscale: #D3D3D3. Windows color (decimal): -1126997 or 11259374. OLE color: 11259374.

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

Color convert

RGB238205171-
CMYK00.140.280.07
HSL30.45º66.34%80.2%-
HSV(B)30.45º28.15%93.33%-
XYZ64.4464.7847.64-
YUV210.99105.43147.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=38.76%
G=33.39%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820517100.140.280.0730.4566.3480.2
HexEECDAB0E1C71e4250
Octal35631525301634736102120
Binary11101110110011011010101101110111001111111010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDAB; }

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

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

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

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

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

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

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

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