#EAC5AC

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

Shades of Desert Sand #EAC5AC

Tints of Desert Sand #EAC5AC

Color information

#EAC5AC (or 0xEAC5AC) is unknown color: approx Desert Sand. HEX triplet: EA, C5 and AC. RGB value is (234,197,172). Sum of RGB (Red+Green+Blue) = 234+197+172=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5AC is #153A53. Grayscale: #CDCDCD. Windows color (decimal): -1391188 or 11322858. OLE color: 11322858.

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

Color convert

RGB234197172-
CMYK00.160.260.08
HSL24.19º59.62%79.61%-
HSV(B)24.19º26.5%91.76%-
XYZ61.3460.447.46-
YUV205.21109.26148.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=38.81%
G=32.67%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419717200.160.260.0824.1959.6279.61
HexEAC5AC0101A8183c50
Octal35230525402032103074120
Binary111010101100010110101100010000110101000110001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5AC; }

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

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

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

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

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

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

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

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