#EAC8AA

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

Shades of Desert Sand #EAC8AA

Tints of Desert Sand #EAC8AA

Color information

#EAC8AA (or 0xEAC8AA) is unknown color: approx Desert Sand. HEX triplet: EA, C8 and AA. RGB value is (234,200,170). Sum of RGB (Red+Green+Blue) = 234+200+170=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8AA is #153755. Grayscale: #CECECE. Windows color (decimal): -1390422 or 11192554. OLE color: 11192554.

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

Color convert

RGB234200170-
CMYK00.150.270.08
HSL28.13º60.38%79.22%-
HSV(B)28.13º27.35%91.76%-
XYZ61.8461.746.68-
YUV206.75107.26147.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=38.74%
G=33.11%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420017000.150.270.0828.1360.3879.22
HexEAC8AA0F1B81c3c4f
Octal35231025201733103474117
Binary11101010110010001010101001111110111000111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8AA; }

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

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

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

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

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

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

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

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