#EFCEAD

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

Shades of Desert Sand #EFCEAD

Tints of Desert Sand #EFCEAD

Color information

#EFCEAD (or 0xEFCEAD) is unknown color: approx Desert Sand. HEX triplet: EF, CE and AD. RGB value is (239,206,173). Sum of RGB (Red+Green+Blue) = 239+206+173=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEAD is #103152. Grayscale: #D4D4D4. Windows color (decimal): -1061203 or 11390703. OLE color: 11390703.

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

Color convert

RGB239206173-
CMYK00.140.280.06
HSL30º67.35%80.78%-
HSV(B)30º27.62%93.73%-
XYZ65.2165.5148.74-
YUV212.1105.93147.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=38.67%
G=33.33%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920617300.140.280.063067.3580.78
HexEFCEAD0E1C61e4351
Octal35731625501634636103121
Binary11101111110011101010110101110111001101111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEAD; }

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

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

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

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

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

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

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

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