#EFC7AC

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

Shades of Desert Sand #EFC7AC

Tints of Desert Sand #EFC7AC

Color information

#EFC7AC (or 0xEFC7AC) is unknown color: approx Desert Sand. HEX triplet: EF, C7 and AC. RGB value is (239,199,172). Sum of RGB (Red+Green+Blue) = 239+199+172=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7AC is #103853. Grayscale: #D0D0D0. Windows color (decimal): -1062996 or 11323375. OLE color: 11323375.

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

Color convert

RGB239199172-
CMYK00.170.280.06
HSL24.18º67.68%80.59%-
HSV(B)24.18º28.03%93.73%-
XYZ63.4762.1847.69-
YUV207.88107.75150.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=39.18%
G=32.62%
B=28.20%

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
Decimal23919917200.170.280.0624.1867.6880.59
HexEFC7AC0111C6184451
Octal35730725402134630104121
Binary111011111100011110101100010001111001101100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7AC; }

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

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

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

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

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

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

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

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