#EAC7AA

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

Shades of Desert Sand #EAC7AA

Tints of Desert Sand #EAC7AA

Color information

#EAC7AA (or 0xEAC7AA) is unknown color: approx Desert Sand. HEX triplet: EA, C7 and AA. RGB value is (234,199,170). Sum of RGB (Red+Green+Blue) = 234+199+170=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7AA is #153855. Grayscale: #CECECE. Windows color (decimal): -1390678 or 11192298. OLE color: 11192298.

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

Color convert

RGB234199170-
CMYK00.150.270.08
HSL27.19º60.38%79.22%-
HSV(B)27.19º27.35%91.76%-
XYZ61.6161.2446.6-
YUV206.16107.6147.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=38.81%
G=33.00%
B=28.19%

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
Decimal23419917000.150.270.0827.1960.3879.22
HexEAC7AA0F1B81b3c4f
Octal35230725201733103374117
Binary11101010110001111010101001111110111000110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7AA; }

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

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

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

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

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

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

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

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