#EFC6AC

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

Shades of Desert Sand #EFC6AC

Tints of Desert Sand #EFC6AC

Color information

#EFC6AC (or 0xEFC6AC) is unknown color: approx Desert Sand. HEX triplet: EF, C6 and AC. RGB value is (239,198,172). Sum of RGB (Red+Green+Blue) = 239+198+172=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6AC is #103953. Grayscale: #CFCFCF. Windows color (decimal): -1063252 or 11323119. OLE color: 11323119.

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

Color convert

RGB239198172-
CMYK00.170.280.06
HSL23.28º67.68%80.59%-
HSV(B)23.28º28.03%93.73%-
XYZ63.2461.7247.61-
YUV207.3108.08150.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=39.24%
G=32.51%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919817200.170.280.0623.2867.6880.59
HexEFC6AC0111C6174451
Octal35730625402134627104121
Binary111011111100011010101100010001111001101011110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6AC; }

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

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

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

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

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

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

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

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