#EAC6AC

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

Shades of Desert Sand #EAC6AC

Tints of Desert Sand #EAC6AC

Color information

#EAC6AC (or 0xEAC6AC) is unknown color: approx Desert Sand. HEX triplet: EA, C6 and AC. RGB value is (234,198,172). Sum of RGB (Red+Green+Blue) = 234+198+172=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6AC is #153953. Grayscale: #CDCDCD. Windows color (decimal): -1390932 or 11323114. OLE color: 11323114.

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

Color convert

RGB234198172-
CMYK00.150.260.08
HSL25.16º59.62%79.61%-
HSV(B)25.16º26.5%91.76%-
XYZ61.5760.8647.53-
YUV205.8108.93148.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 198 (77.73% from 255) = 32.78%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=38.74%
G=32.78%
B=28.48%

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
Decimal23419817200.150.260.0825.1659.6279.61
HexEAC6AC0F1A8193c50
Octal35230625401732103174120
Binary11101010110001101010110001111110101000110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6AC; }

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

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

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

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

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

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

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

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