#EACCAB

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

Shades of Desert Sand #EACCAB

Tints of Desert Sand #EACCAB

Color information

#EACCAB (or 0xEACCAB) is unknown color: approx Desert Sand. HEX triplet: EA, CC and AB. RGB value is (234,204,171). Sum of RGB (Red+Green+Blue) = 234+204+171=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCAB is #153354. Grayscale: #D1D1D1. Windows color (decimal): -1389397 or 11259114. OLE color: 11259114.

HSL color Cylindrical-coordinate representation of color #EACCAB: hue angle of 31.43º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EACCAB is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234204171-
CMYK00.130.270.08
HSL31.43º60%79.41%-
HSV(B)31.43º26.92%91.76%-
XYZ62.8863.6247.49-
YUV209.21106.44145.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=38.42%
G=33.50%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420417100.130.270.0831.436079.41
HexEACCAB0D1B81f3c4f
Octal35231425301533103774117
Binary11101010110011001010101101101110111000111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCAB; }

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

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

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

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

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

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

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

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