#EFCDB3

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

Shades of Desert Sand #EFCDB3

Tints of Desert Sand #EFCDB3

Color information

#EFCDB3 (or 0xEFCDB3) is unknown color: approx Desert Sand. HEX triplet: EF, CD and B3. RGB value is (239,205,179). Sum of RGB (Red+Green+Blue) = 239+205+179=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB3 is #10324C. Grayscale: #D4D4D4. Windows color (decimal): -1061453 or 11783663. OLE color: 11783663.

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

Color convert

RGB239205179-
CMYK00.140.250.06
HSL26º65.22%81.96%-
HSV(B)26º25.1%93.73%-
XYZ65.5665.2751.79-
YUV212.2109.26147.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 179 (70.31% from 255) = 28.73%
R=38.36%
G=32.91%
B=28.73%

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
Decimal23920517900.140.250.062665.2281.96
HexEFCDB30E1961a4152
Octal35731526301631632101122
Binary11101111110011011011001101110110011101101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDB3; }

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

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

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

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

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

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

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

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