#EFCAB2

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

Shades of Desert Sand #EFCAB2

Tints of Desert Sand #EFCAB2

Color information

#EFCAB2 (or 0xEFCAB2) is unknown color: approx Desert Sand. HEX triplet: EF, CA and B2. RGB value is (239,202,178). Sum of RGB (Red+Green+Blue) = 239+202+178=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAB2 is #10354D. Grayscale: #D2D2D2. Windows color (decimal): -1062222 or 11717359. OLE color: 11717359.

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

Color convert

RGB239202178-
CMYK00.150.260.06
HSL23.61º65.59%81.76%-
HSV(B)23.61º25.52%93.73%-
XYZ64.7563.8151.02-
YUV210.33109.76148.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 178 (69.92% from 255) = 28.76%
R=38.61%
G=32.63%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920217800.150.260.0623.6165.5981.76
HexEFCAB20F1A6184252
Octal35731226201732630102122
Binary11101111110010101011001001111110101101100010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAB2; }

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

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

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

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

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

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

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

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