#EFC8AF

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

Shades of Desert Sand #EFC8AF

Tints of Desert Sand #EFC8AF

Color information

#EFC8AF (or 0xEFC8AF) is unknown color: approx Desert Sand. HEX triplet: EF, C8 and AF. RGB value is (239,200,175). Sum of RGB (Red+Green+Blue) = 239+200+175=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8AF is #103750. Grayscale: #D0D0D0. Windows color (decimal): -1062737 or 11520239. OLE color: 11520239.

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

Color convert

RGB239200175-
CMYK00.160.270.06
HSL23.44º66.67%81.18%-
HSV(B)23.44º26.78%93.73%-
XYZ63.9962.7549.3-
YUV208.81108.92149.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=38.93%
G=32.57%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920017500.160.270.0623.4466.6781.18
HexEFC8AF0101B6174351
Octal35731025702033627103121
Binary111011111100100010101111010000110111101011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8AF; }

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

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

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

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

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

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

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

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