#EFCAAD

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

Shades of Desert Sand #EFCAAD

Tints of Desert Sand #EFCAAD

Color information

#EFCAAD (or 0xEFCAAD) is unknown color: approx Desert Sand. HEX triplet: EF, CA and AD. RGB value is (239,202,173). Sum of RGB (Red+Green+Blue) = 239+202+173=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAD is #103552. Grayscale: #D1D1D1. Windows color (decimal): -1062227 or 11389679. OLE color: 11389679.

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

Color convert

RGB239202173-
CMYK00.150.280.06
HSL26.36º67.35%80.78%-
HSV(B)26.36º27.62%93.73%-
XYZ64.2663.6148.43-
YUV209.76107.26148.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=38.93%
G=32.90%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920217300.150.280.0626.3667.3580.78
HexEFCAAD0F1C61a4351
Octal35731225501734632103121
Binary11101111110010101010110101111111001101101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAAD; }

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

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

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

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

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

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

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

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