#EAC7B1

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

Shades of Desert Sand #EAC7B1

Tints of Desert Sand #EAC7B1

Color information

#EAC7B1 (or 0xEAC7B1) is unknown color: approx Desert Sand. HEX triplet: EA, C7 and B1. RGB value is (234,199,177). Sum of RGB (Red+Green+Blue) = 234+199+177=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7B1 is #15384E. Grayscale: #CFCFCF. Windows color (decimal): -1390671 or 11651050. OLE color: 11651050.

HSL color Cylindrical-coordinate representation of color #EAC7B1: hue angle of 23.16º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAC7B1 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234199177-
CMYK00.150.240.08
HSL23.16º57.58%80.59%-
HSV(B)23.16º24.36%91.76%-
XYZ62.2961.5150.19-
YUV206.96111.1147.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=38.36%
G=32.62%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419917700.150.240.0823.1657.5880.59
HexEAC7B10F188173a51
Octal35230726101730102772121
Binary11101010110001111011000101111110001000101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7B1; }

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

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

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

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

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

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

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

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