#EACCAE

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

Shades of Desert Sand #EACCAE

Tints of Desert Sand #EACCAE

Color information

#EACCAE (or 0xEACCAE) is unknown color: approx Desert Sand. HEX triplet: EA, CC and AE. RGB value is (234,204,174). Sum of RGB (Red+Green+Blue) = 234+204+174=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCAE is #153351. Grayscale: #D1D1D1. Windows color (decimal): -1389394 or 11455722. OLE color: 11455722.

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

Color convert

RGB234204174-
CMYK00.130.260.08
HSL30º58.82%80%-
HSV(B)30º25.64%91.76%-
XYZ63.1663.7349.02-
YUV209.55107.94145.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=38.24%
G=33.33%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420417400.130.260.083058.8280
HexEACCAE0D1A81e3b50
Octal35231425601532103673120
Binary11101010110011001010111001101110101000111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCAE; }

 p { color: rgb(234,204,174); }

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

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

 a { background-color: rgb(234,204,174); }

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

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

 span { border-color: rgb(234,204,174); }

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