#EACCAD

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

Shades of Desert Sand #EACCAD

Tints of Desert Sand #EACCAD

Color information

#EACCAD (or 0xEACCAD) is unknown color: approx Desert Sand. HEX triplet: EA, CC and AD. RGB value is (234,204,173). Sum of RGB (Red+Green+Blue) = 234+204+173=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCAD is #153352. Grayscale: #D1D1D1. Windows color (decimal): -1389395 or 11390186. OLE color: 11390186.

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

Color convert

RGB234204173-
CMYK00.130.260.08
HSL30.49º59.22%79.8%-
HSV(B)30.49º26.07%91.76%-
XYZ63.0763.748.51-
YUV209.44107.44145.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=38.30%
G=33.39%
B=28.31%

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
Decimal23420417300.130.260.0830.4959.2279.8
HexEACCAD0D1A81e3b50
Octal35231425501532103673120
Binary11101010110011001010110101101110101000111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCAD; }

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

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

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

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

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

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

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

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