#EAC7AD

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

Shades of Desert Sand #EAC7AD

Tints of Desert Sand #EAC7AD

Color information

#EAC7AD (or 0xEAC7AD) is unknown color: approx Desert Sand. HEX triplet: EA, C7 and AD. RGB value is (234,199,173). Sum of RGB (Red+Green+Blue) = 234+199+173=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7AD is #153852. Grayscale: #CECECE. Windows color (decimal): -1390675 or 11388906. OLE color: 11388906.

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

Color convert

RGB234199173-
CMYK00.150.260.08
HSL25.57º59.22%79.8%-
HSV(B)25.57º26.07%91.76%-
XYZ61.961.3648.12-
YUV206.5109.1147.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=38.61%
G=32.84%
B=28.55%

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
Decimal23419917300.150.260.0825.5759.2279.8
HexEAC7AD0F1A81a3b50
Octal35230725501732103273120
Binary11101010110001111010110101111110101000110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7AD; }

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

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

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

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

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

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

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

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