#EFCDB5

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

Shades of Desert Sand #EFCDB5

Tints of Desert Sand #EFCDB5

Color information

#EFCDB5 (or 0xEFCDB5) is unknown color: approx Desert Sand. HEX triplet: EF, CD and B5. RGB value is (239,205,181). Sum of RGB (Red+Green+Blue) = 239+205+181=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB5 is #10324A. Grayscale: #D4D4D4. Windows color (decimal): -1061451 or 11914735. OLE color: 11914735.

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

Color convert

RGB239205181-
CMYK00.140.240.06
HSL24.83º64.44%82.35%-
HSV(B)24.83º24.27%93.73%-
XYZ65.7765.3552.86-
YUV212.43110.26146.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 181 (71.09% from 255) = 28.96%
R=38.24%
G=32.8%
B=28.96%

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
Decimal23920518100.140.240.0624.8364.4482.35
HexEFCDB50E186194052
Octal35731526501630631100122
Binary11101111110011011011010101110110001101100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDB5; }

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

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

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

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

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

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

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

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