#EAC8AC

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

Shades of Desert Sand #EAC8AC

Tints of Desert Sand #EAC8AC

Color information

#EAC8AC (or 0xEAC8AC) is unknown color: approx Desert Sand. HEX triplet: EA, C8 and AC. RGB value is (234,200,172). Sum of RGB (Red+Green+Blue) = 234+200+172=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8AC is #153753. Grayscale: #CFCFCF. Windows color (decimal): -1390420 or 11323626. OLE color: 11323626.

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

Color convert

RGB234200172-
CMYK00.150.260.08
HSL27.1º59.62%79.61%-
HSV(B)27.1º26.5%91.76%-
XYZ62.0361.7847.68-
YUV206.97108.26147.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=38.61%
G=33.00%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420017200.150.260.0827.159.6279.61
HexEAC8AC0F1A81b3c50
Octal35231025401732103374120
Binary11101010110010001010110001111110101000110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8AC; }

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

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

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

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

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

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

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

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