#EFCDB6

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

Shades of Desert Sand #EFCDB6

Tints of Desert Sand #EFCDB6

Color information

#EFCDB6 (or 0xEFCDB6) is unknown color: approx Desert Sand. HEX triplet: EF, CD and B6. RGB value is (239,205,182). Sum of RGB (Red+Green+Blue) = 239+205+182=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB6 is #103249. Grayscale: #D4D4D4. Windows color (decimal): -1061450 or 11980271. OLE color: 11980271.

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

Color convert

RGB239205182-
CMYK00.140.240.06
HSL24.21º64.04%82.55%-
HSV(B)24.21º23.85%93.73%-
XYZ65.8765.3953.41-
YUV212.54110.76146.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=38.18%
G=32.75%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920518200.140.240.0624.2164.0482.55
HexEFCDB60E186184053
Octal35731526601630630100123
Binary11101111110011011011011001110110001101100010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDB6; }

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

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

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

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

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

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

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

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