#EACAB4

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

Shades of Desert Sand #EACAB4

Tints of Desert Sand #EACAB4

Color information

#EACAB4 (or 0xEACAB4) is unknown color: approx Desert Sand. HEX triplet: EA, CA and B4. RGB value is (234,202,180). Sum of RGB (Red+Green+Blue) = 234+202+180=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAB4 is #15354B. Grayscale: #D1D1D1. Windows color (decimal): -1389900 or 11848426. OLE color: 11848426.

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

Color convert

RGB234202180-
CMYK00.140.230.08
HSL24.44º56.25%81.18%-
HSV(B)24.44º23.08%91.76%-
XYZ63.2963.0352.01-
YUV209.06111.6145.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=37.99%
G=32.79%
B=29.22%

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
Decimal23420218000.140.230.0824.4456.2581.18
HexEACAB40E178183851
Octal35231226401627103070121
Binary11101010110010101011010001110101111000110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAB4; }

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

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

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

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

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

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

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

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