#EACFB5

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

Shades of Desert Sand #EACFB5

Tints of Desert Sand #EACFB5

Color information

#EACFB5 (or 0xEACFB5) is unknown color: approx Desert Sand. HEX triplet: EA, CF and B5. RGB value is (234,207,181). Sum of RGB (Red+Green+Blue) = 234+207+181=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFB5 is #15304A. Grayscale: #D4D4D4. Windows color (decimal): -1388619 or 11915242. OLE color: 11915242.

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

Color convert

RGB234207181-
CMYK00.120.230.08
HSL29.43º55.79%81.37%-
HSV(B)29.43º22.65%91.76%-
XYZ64.5865.4552.95-
YUV212.11110.45143.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=37.62%
G=33.28%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420718100.120.230.0829.4355.7981.37
HexEACFB50C1781d3851
Octal35231726501427103570121
Binary11101010110011111011010101100101111000111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFB5; }

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

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

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

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

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

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

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

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