#EFCDB0

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

Shades of Desert Sand #EFCDB0

Tints of Desert Sand #EFCDB0

Color information

#EFCDB0 (or 0xEFCDB0) is unknown color: approx Desert Sand. HEX triplet: EF, CD and B0. RGB value is (239,205,176). Sum of RGB (Red+Green+Blue) = 239+205+176=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDB0 is #10324F. Grayscale: #D4D4D4. Windows color (decimal): -1061456 or 11587055. OLE color: 11587055.

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

Color convert

RGB239205176-
CMYK00.140.260.06
HSL27.62º66.32%81.37%-
HSV(B)27.62º26.36%93.73%-
XYZ65.2665.1550.21-
YUV211.86107.76147.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 176 (69.14% from 255) = 28.39%
R=38.55%
G=33.06%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920517600.140.260.0627.6266.3281.37
HexEFCDB00E1A61c4251
Octal35731526001632634102121
Binary11101111110011011011000001110110101101110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDB0; }

 p { color: rgb(239,205,176); }

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

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

 a { background-color: rgb(239,205,176); }

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

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

 span { border-color: rgb(239,205,176); }

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