#EFCEB3

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

Shades of Desert Sand #EFCEB3

Tints of Desert Sand #EFCEB3

Color information

#EFCEB3 (or 0xEFCEB3) is unknown color: approx Desert Sand. HEX triplet: EF, CE and B3. RGB value is (239,206,179). Sum of RGB (Red+Green+Blue) = 239+206+179=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEB3 is #10314C. Grayscale: #D4D4D4. Windows color (decimal): -1061197 or 11783919. OLE color: 11783919.

HSL color Cylindrical-coordinate representation of color #EFCEB3: hue angle of 27º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFCEB3 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239206179-
CMYK00.140.250.06
HSL27º65.22%81.96%-
HSV(B)27º25.1%93.73%-
XYZ65.865.7551.87-
YUV212.79108.93146.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=38.30%
G=33.01%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920617900.140.250.062765.2281.96
HexEFCEB30E1961b4152
Octal35731626301631633101122
Binary11101111110011101011001101110110011101101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEB3; }

 p { color: rgb(239,206,179); }

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

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

 a { background-color: rgb(239,206,179); }

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

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

 span { border-color: rgb(239,206,179); }

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