#EACAB6

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

Shades of Desert Sand #EACAB6

Tints of Desert Sand #EACAB6

Color information

#EACAB6 (or 0xEACAB6) is unknown color: approx Desert Sand. HEX triplet: EA, CA and B6. RGB value is (234,202,182). Sum of RGB (Red+Green+Blue) = 234+202+182=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAB6 is #153549. Grayscale: #D1D1D1. Windows color (decimal): -1389898 or 11979498. OLE color: 11979498.

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

Color convert

RGB234202182-
CMYK00.140.220.08
HSL23.08º55.32%81.57%-
HSV(B)23.08º22.22%91.76%-
XYZ63.563.1153.09-
YUV209.29112.6145.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 182 (71.48% from 255) = 29.45%
R=37.86%
G=32.69%
B=29.45%

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
Decimal23420218200.140.220.0823.0855.3281.57
HexEACAB60E168173752
Octal35231226601626102767122
Binary11101010110010101011011001110101101000101111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAB6; }

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

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

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

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

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

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

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

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