#EECFB3

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

Shades of Desert Sand #EECFB3

Tints of Desert Sand #EECFB3

Color information

#EECFB3 (or 0xEECFB3) is unknown color: approx Desert Sand. HEX triplet: EE, CF and B3. RGB value is (238,207,179). Sum of RGB (Red+Green+Blue) = 238+207+179=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFB3 is #11304C. Grayscale: #D5D5D5. Windows color (decimal): -1126477 or 11784174. OLE color: 11784174.

HSL color Cylindrical-coordinate representation of color #EECFB3: hue angle of 28.47º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EECFB3 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238207179-
CMYK00.130.250.07
HSL28.47º63.44%81.76%-
HSV(B)28.47º24.79%93.33%-
XYZ65.7166.0651.93-
YUV213.08108.77145.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=38.14%
G=33.17%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820717900.130.250.0728.4763.4481.76
HexEECFB30D1971c3f52
Octal3563172630153173477122
Binary1110111011001111101100110110111001111111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFB3; }

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

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

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

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

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

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

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

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