#EACBAD

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

Shades of Desert Sand #EACBAD

Tints of Desert Sand #EACBAD

Color information

#EACBAD (or 0xEACBAD) is unknown color: approx Desert Sand. HEX triplet: EA, CB and AD. RGB value is (234,203,173). Sum of RGB (Red+Green+Blue) = 234+203+173=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBAD is #153452. Grayscale: #D1D1D1. Windows color (decimal): -1389651 or 11389930. OLE color: 11389930.

HSL color Cylindrical-coordinate representation of color #EACBAD: hue angle of 29.51º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EACBAD is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234203173-
CMYK00.130.260.08
HSL29.51º59.22%79.8%-
HSV(B)29.51º26.07%91.76%-
XYZ62.8363.2248.43-
YUV208.85107.77145.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=38.36%
G=33.28%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420317300.130.260.0829.5159.2279.8
HexEACBAD0D1A81e3b50
Octal35231325501532103673120
Binary11101010110010111010110101101110101000111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBAD; }

 p { color: rgb(234,203,173); }

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

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

 a { background-color: rgb(234,203,173); }

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

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

 span { border-color: rgb(234,203,173); }

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