#EACAB5

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

Shades of Desert Sand #EACAB5

Tints of Desert Sand #EACAB5

Color information

#EACAB5 (or 0xEACAB5) is unknown color: approx Desert Sand. HEX triplet: EA, CA and B5. RGB value is (234,202,181). Sum of RGB (Red+Green+Blue) = 234+202+181=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAB5 is #15354A. Grayscale: #D1D1D1. Windows color (decimal): -1389899 or 11913962. OLE color: 11913962.

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

Color convert

RGB234202181-
CMYK00.140.230.08
HSL23.77º55.79%81.37%-
HSV(B)23.77º22.65%91.76%-
XYZ63.3963.0752.55-
YUV209.17112.1145.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 181 (71.09% from 255) = 29.34%
R=37.93%
G=32.74%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420218100.140.230.0823.7755.7981.37
HexEACAB50E178183851
Octal35231226501627103070121
Binary11101010110010101011010101110101111000110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAB5; }

 p { color: rgb(234,202,181); }

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

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

 a { background-color: rgb(234,202,181); }

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

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

 span { border-color: rgb(234,202,181); }

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