#EACCB5

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

Shades of Desert Sand #EACCB5

Tints of Desert Sand #EACCB5

Color information

#EACCB5 (or 0xEACCB5) is unknown color: approx Desert Sand. HEX triplet: EA, CC and B5. RGB value is (234,204,181). Sum of RGB (Red+Green+Blue) = 234+204+181=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCB5 is #15334A. Grayscale: #D2D2D2. Windows color (decimal): -1389387 or 11914474. OLE color: 11914474.

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

Color convert

RGB234204181-
CMYK00.130.230.08
HSL26.04º55.79%81.37%-
HSV(B)26.04º22.65%91.76%-
XYZ63.8764.0152.71-
YUV210.35111.44144.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 181 (71.09% from 255) = 29.24%
R=37.80%
G=32.96%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420418100.130.230.0826.0455.7981.37
HexEACCB50D1781a3851
Octal35231426501527103270121
Binary11101010110011001011010101101101111000110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCB5; }

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

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

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

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

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

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

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

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