#eac5aa

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

Shades of Desert Sand #EAC5AA

Tints of Desert Sand #EAC5AA

Color information

#EAC5AA (or 0xEAC5AA) is unknown color: approx Desert Sand. HEX triplet: EA, C5 and AA. RGB value is (234,197,170). Sum of RGB (Red+Green+Blue) = 234+197+170=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5AA is #153A55. Grayscale: #CDCDCD. Windows color (decimal): -1391190 or 11191786. OLE color: 11191786.

HSL color Cylindrical-coordinate representation of color #EAC5AA: hue angle of 25.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAC5AA is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234197170-
CMYK00.160.270.08
HSL25.31º60.38%79.22%-
HSV(B)25.31º27.35%91.76%-
XYZ61.1560.3346.45-
YUV204.98108.26148.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 197 (77.34% from 255) = 32.78%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=38.94%
G=32.78%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419717000.160.270.0825.3160.3879.22
HexEAC5AA0101B8193c4f
Octal35230525202033103174117
Binary111010101100010110101010010000110111000110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac5aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac5aa; }

 p { color: rgb(234,197,170); }

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

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

 a { background-color: rgb(234,197,170); }

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

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

 span { border-color: rgb(234,197,170); }

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