#EFCAAF

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

Shades of Desert Sand #EFCAAF

Tints of Desert Sand #EFCAAF

Color information

#EFCAAF (or 0xEFCAAF) is unknown color: approx Desert Sand. HEX triplet: EF, CA and AF. RGB value is (239,202,175). Sum of RGB (Red+Green+Blue) = 239+202+175=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAF is #103550. Grayscale: #D2D2D2. Windows color (decimal): -1062225 or 11520751. OLE color: 11520751.

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

Color convert

RGB239202175-
CMYK00.150.270.06
HSL25.31º66.67%81.18%-
HSV(B)25.31º26.78%93.73%-
XYZ64.4663.6949.45-
YUV209.98108.26148.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=38.80%
G=32.79%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920217500.150.270.0625.3166.6781.18
HexEFCAAF0F1B6194351
Octal35731225701733631103121
Binary11101111110010101010111101111110111101100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAAF; }

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

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

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

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

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

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

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

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