#EAC5AE

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

Shades of Desert Sand #EAC5AE

Tints of Desert Sand #EAC5AE

Color information

#EAC5AE (or 0xEAC5AE) is unknown color: approx Desert Sand. HEX triplet: EA, C5 and AE. RGB value is (234,197,174). Sum of RGB (Red+Green+Blue) = 234+197+174=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5AE is #153A51. Grayscale: #CDCDCD. Windows color (decimal): -1391186 or 11453930. OLE color: 11453930.

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

Color convert

RGB234197174-
CMYK00.160.260.08
HSL23º58.82%80%-
HSV(B)23º25.64%91.76%-
XYZ61.5460.4848.47-
YUV205.44110.26148.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 197 (77.34% from 255) = 32.56%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=38.68%
G=32.56%
B=28.76%

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
Decimal23419717400.160.260.082358.8280
HexEAC5AE0101A8173b50
Octal35230525602032102773120
Binary111010101100010110101110010000110101000101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5AE; }

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

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

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

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

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

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

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

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