#EACDB3

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

Shades of Desert Sand #EACDB3

Tints of Desert Sand #EACDB3

Color information

#EACDB3 (or 0xEACDB3) is unknown color: approx Desert Sand. HEX triplet: EA, CD and B3. RGB value is (234,205,179). Sum of RGB (Red+Green+Blue) = 234+205+179=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDB3 is #15324C. Grayscale: #D2D2D2. Windows color (decimal): -1389133 or 11783658. OLE color: 11783658.

HSL color Cylindrical-coordinate representation of color #EACDB3: hue angle of 28.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EACDB3 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234205179-
CMYK00.120.240.08
HSL28.36º56.7%80.98%-
HSV(B)28.36º23.5%91.76%-
XYZ63.964.4151.71-
YUV210.71110.11144.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=37.86%
G=33.17%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420517900.120.240.0828.3656.780.98
HexEACDB30C1881c3951
Octal35231526301430103471121
Binary11101010110011011011001101100110001000111001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDB3; }

 p { color: rgb(234,205,179); }

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

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

 a { background-color: rgb(234,205,179); }

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

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

 span { border-color: rgb(234,205,179); }

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