#EACFB9

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

Shades of Desert Sand #EACFB9

Tints of Desert Sand #EACFB9

Color information

#EACFB9 (or 0xEACFB9) is unknown color: approx Desert Sand. HEX triplet: EA, CF and B9. RGB value is (234,207,185). Sum of RGB (Red+Green+Blue) = 234+207+185=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFB9 is #153046. Grayscale: #D4D4D4. Windows color (decimal): -1388615 or 12177386. OLE color: 12177386.

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

Color convert

RGB234207185-
CMYK00.120.210.08
HSL26.94º53.85%82.16%-
HSV(B)26.94º20.94%91.76%-
XYZ6565.6255.14-
YUV212.56112.45143.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=37.38%
G=33.07%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420718500.120.210.0826.9453.8582.16
HexEACFB90C1581b3652
Octal35231727101425103366122
Binary11101010110011111011100101100101011000110111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFB9; }

 p { color: rgb(234,207,185); }

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

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

 a { background-color: rgb(234,207,185); }

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

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

 span { border-color: rgb(234,207,185); }

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