#EACAB0

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

Shades of Desert Sand #EACAB0

Tints of Desert Sand #EACAB0

Color information

#EACAB0 (or 0xEACAB0) is unknown color: approx Desert Sand. HEX triplet: EA, CA and B0. RGB value is (234,202,176). Sum of RGB (Red+Green+Blue) = 234+202+176=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACAB0 is #15354F. Grayscale: #D0D0D0. Windows color (decimal): -1389904 or 11586282. OLE color: 11586282.

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

Color convert

RGB234202176-
CMYK00.140.250.08
HSL26.9º58%80.39%-
HSV(B)26.9º24.79%91.76%-
XYZ62.8962.8749.89-
YUV208.6109.6146.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 176 (69.14% from 255) = 28.76%
R=38.24%
G=33.01%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420217600.140.250.0826.95880.39
HexEACAB00E1981b3a50
Octal35231226001631103372120
Binary11101010110010101011000001110110011000110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAB0; }

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

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

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

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

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

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

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

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