#EFCAAC

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

Shades of Desert Sand #EFCAAC

Tints of Desert Sand #EFCAAC

Color information

#EFCAAC (or 0xEFCAAC) is unknown color: approx Desert Sand. HEX triplet: EF, CA and AC. RGB value is (239,202,172). Sum of RGB (Red+Green+Blue) = 239+202+172=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAC is #103553. Grayscale: #D1D1D1. Windows color (decimal): -1062228 or 11324143. OLE color: 11324143.

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

Color convert

RGB239202172-
CMYK00.150.280.06
HSL26.87º67.68%80.59%-
HSV(B)26.87º28.03%93.73%-
XYZ64.1663.5747.92-
YUV209.64106.76148.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=38.99%
G=32.95%
B=28.06%

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
Decimal23920217200.150.280.0626.8767.6880.59
HexEFCAAC0F1C61b4451
Octal35731225401734633104121
Binary11101111110010101010110001111111001101101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAAC; }

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

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

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

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

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

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

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

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