#EFCDAE

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

Shades of Desert Sand #EFCDAE

Tints of Desert Sand #EFCDAE

Color information

#EFCDAE (or 0xEFCDAE) is unknown color: approx Desert Sand. HEX triplet: EF, CD and AE. RGB value is (239,205,174). Sum of RGB (Red+Green+Blue) = 239+205+174=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDAE is #103251. Grayscale: #D3D3D3. Windows color (decimal): -1061458 or 11455983. OLE color: 11455983.

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

Color convert

RGB239205174-
CMYK00.140.270.06
HSL28.62º67.01%80.98%-
HSV(B)28.62º27.2%93.73%-
XYZ65.0765.0749.17-
YUV211.63106.76147.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=38.67%
G=33.17%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920517400.140.270.0628.6267.0180.98
HexEFCDAE0E1B61d4351
Octal35731525601633635103121
Binary11101111110011011010111001110110111101110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDAE; }

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

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

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

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

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

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

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

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