#EFCEB4

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

Shades of Desert Sand #EFCEB4

Tints of Desert Sand #EFCEB4

Color information

#EFCEB4 (or 0xEFCEB4) is unknown color: approx Desert Sand. HEX triplet: EF, CE and B4. RGB value is (239,206,180). Sum of RGB (Red+Green+Blue) = 239+206+180=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEB4 is #10314B. Grayscale: #D5D5D5. Windows color (decimal): -1061196 or 11849455. OLE color: 11849455.

HSL color Cylindrical-coordinate representation of color #EFCEB4: hue angle of 26.44º 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 #EFCEB4 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239206180-
CMYK00.140.250.06
HSL26.44º64.84%82.16%-
HSV(B)26.44º24.69%93.73%-
XYZ65.9165.7952.4-
YUV212.9109.43146.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 180 (70.70% from 255) = 28.8%
R=38.24%
G=32.96%
B=28.8%

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
Decimal23920618000.140.250.0626.4464.8482.16
HexEFCEB40E1961a4152
Octal35731626401631632101122
Binary11101111110011101011010001110110011101101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEB4; }

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

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

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

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

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

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

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

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