#EECFB5

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

Shades of Desert Sand #EECFB5

Tints of Desert Sand #EECFB5

Color information

#EECFB5 (or 0xEECFB5) is unknown color: approx Desert Sand. HEX triplet: EE, CF and B5. RGB value is (238,207,181). Sum of RGB (Red+Green+Blue) = 238+207+181=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFB5 is #11304A. Grayscale: #D5D5D5. Windows color (decimal): -1126475 or 11915246. OLE color: 11915246.

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

Color convert

RGB238207181-
CMYK00.130.240.07
HSL27.37º62.64%82.16%-
HSV(B)27.37º23.95%93.33%-
XYZ65.9166.1453.01-
YUV213.3109.77145.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 181 (71.09% from 255) = 28.91%
R=38.02%
G=33.07%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820718100.130.240.0727.3762.6482.16
HexEECFB50D1871b3f52
Octal3563172650153073377122
Binary1110111011001111101101010110111000111110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFB5; }

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

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

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

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

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

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

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

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