#EAC7AC

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

Shades of Desert Sand #EAC7AC

Tints of Desert Sand #EAC7AC

Color information

#EAC7AC (or 0xEAC7AC) is unknown color: approx Desert Sand. HEX triplet: EA, C7 and AC. RGB value is (234,199,172). Sum of RGB (Red+Green+Blue) = 234+199+172=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7AC is #153853. Grayscale: #CECECE. Windows color (decimal): -1390676 or 11323370. OLE color: 11323370.

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

Color convert

RGB234199172-
CMYK00.150.260.08
HSL26.13º59.62%79.61%-
HSV(B)26.13º26.5%91.76%-
XYZ61.861.3247.61-
YUV206.39108.6147.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=38.68%
G=32.89%
B=28.43%

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
Decimal23419917200.150.260.0826.1359.6279.61
HexEAC7AC0F1A81a3c50
Octal35230725401732103274120
Binary11101010110001111010110001111110101000110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7AC; }

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

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

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

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

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

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

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

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