#EFCAA9

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

Shades of Desert Sand #EFCAA9

Tints of Desert Sand #EFCAA9

Color information

#EFCAA9 (or 0xEFCAA9) is unknown color: approx Desert Sand. HEX triplet: EF, CA and A9. RGB value is (239,202,169). Sum of RGB (Red+Green+Blue) = 239+202+169=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA9 is #103556. Grayscale: #D1D1D1. Windows color (decimal): -1062231 or 11127535. OLE color: 11127535.

HSL color Cylindrical-coordinate representation of color #EFCAA9: hue angle of 28.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFCAA9 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239202169-
CMYK00.150.290.06
HSL28.29º68.63%80%-
HSV(B)28.29º29.29%93.73%-
XYZ63.8863.4646.42-
YUV209.3105.26149.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 169 (66.41% from 255) = 27.70%
R=39.18%
G=33.11%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920216900.150.290.0628.2968.6380
HexEFCAA90F1D61c4550
Octal35731225101735634105120
Binary11101111110010101010100101111111011101110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAA9; }

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

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

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

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

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

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

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

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