#EACFB3

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

Shades of Desert Sand #EACFB3

Tints of Desert Sand #EACFB3

Color information

#EACFB3 (or 0xEACFB3) is unknown color: approx Desert Sand. HEX triplet: EA, CF and B3. RGB value is (234,207,179). Sum of RGB (Red+Green+Blue) = 234+207+179=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFB3 is #15304C. Grayscale: #D4D4D4. Windows color (decimal): -1388621 or 11784170. OLE color: 11784170.

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

Color convert

RGB234207179-
CMYK00.120.240.08
HSL30.55º56.7%80.98%-
HSV(B)30.55º23.5%91.76%-
XYZ64.3865.3751.87-
YUV211.88109.45143.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 28.87%
R=37.74%
G=33.39%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420717900.120.240.0830.5556.780.98
HexEACFB30C1881f3951
Octal35231726301430103771121
Binary11101010110011111011001101100110001000111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFB3; }

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

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

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

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

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

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

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

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