#EACDB6

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

Shades of Desert Sand #EACDB6

Tints of Desert Sand #EACDB6

Color information

#EACDB6 (or 0xEACDB6) is unknown color: approx Desert Sand. HEX triplet: EA, CD and B6. RGB value is (234,205,182). Sum of RGB (Red+Green+Blue) = 234+205+182=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDB6 is #153249. Grayscale: #D3D3D3. Windows color (decimal): -1389130 or 11980266. OLE color: 11980266.

HSL color Cylindrical-coordinate representation of color #EACDB6: hue angle of 26.54º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EACDB6 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB234205182-
CMYK00.120.220.08
HSL26.54º55.32%81.57%-
HSV(B)26.54º22.22%91.76%-
XYZ64.2164.5353.33-
YUV211.05111.61144.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=37.68%
G=33.01%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420518200.120.220.0826.5455.3281.57
HexEACDB60C1681b3752
Octal35231526601426103367122
Binary11101010110011011011011001100101101000110111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDB6; }

 p { color: rgb(234,205,182); }

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

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

 a { background-color: rgb(234,205,182); }

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

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

 span { border-color: rgb(234,205,182); }

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