#EFC8AE

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

Shades of Desert Sand #EFC8AE

Tints of Desert Sand #EFC8AE

Color information

#EFC8AE (or 0xEFC8AE) is unknown color: approx Desert Sand. HEX triplet: EF, C8 and AE. RGB value is (239,200,174). Sum of RGB (Red+Green+Blue) = 239+200+174=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8AE is #103751. Grayscale: #D0D0D0. Windows color (decimal): -1062738 or 11454703. OLE color: 11454703.

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

Color convert

RGB239200174-
CMYK00.160.270.06
HSL24º67.01%80.98%-
HSV(B)24º27.2%93.73%-
XYZ63.8962.7248.78-
YUV208.7108.42149.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 200 (78.52% from 255) = 32.63%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=38.99%
G=32.63%
B=28.38%

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
Decimal23920017400.160.270.062467.0180.98
HexEFC8AE0101B6184351
Octal35731025602033630103121
Binary111011111100100010101110010000110111101100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8AE; }

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

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

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

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

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

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

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

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