#EACAB7

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

Shades of Desert Sand #EACAB7

Tints of Desert Sand #EACAB7

Color information

#EACAB7 (or 0xEACAB7) is unknown color: approx Desert Sand. HEX triplet: EA, CA and B7. RGB value is (234,202,183). Sum of RGB (Red+Green+Blue) = 234+202+183=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAB7 is #153548. Grayscale: #D1D1D1. Windows color (decimal): -1389897 or 12045034. OLE color: 12045034.

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

Color convert

RGB234202183-
CMYK00.140.220.08
HSL22.35º54.84%81.76%-
HSV(B)22.35º21.79%91.76%-
XYZ63.663.1553.64-
YUV209.4113.1145.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 183 (71.88% from 255) = 29.56%
R=37.80%
G=32.63%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420218300.140.220.0822.3554.8481.76
HexEACAB70E168163752
Octal35231226701626102667122
Binary11101010110010101011011101110101101000101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAB7; }

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

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

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

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

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

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

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

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