#EFCFAD

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

Shades of Desert Sand #EFCFAD

Tints of Desert Sand #EFCFAD

Color information

#EFCFAD (or 0xEFCFAD) is unknown color: approx Desert Sand. HEX triplet: EF, CF and AD. RGB value is (239,207,173). Sum of RGB (Red+Green+Blue) = 239+207+173=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFAD is #103052. Grayscale: #D4D4D4. Windows color (decimal): -1060947 or 11390959. OLE color: 11390959.

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

Color convert

RGB239207173-
CMYK00.130.280.06
HSL30.91º67.35%80.78%-
HSV(B)30.91º27.62%93.73%-
XYZ65.4565.9948.82-
YUV212.69105.6146.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=38.61%
G=33.44%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920717300.130.280.0630.9167.3580.78
HexEFCFAD0D1C61f4351
Octal35731725501534637103121
Binary11101111110011111010110101101111001101111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFAD; }

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

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

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

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

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

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

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

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