#EFC8AD

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

Shades of Desert Sand #EFC8AD

Tints of Desert Sand #EFC8AD

Color information

#EFC8AD (or 0xEFC8AD) is unknown color: approx Desert Sand. HEX triplet: EF, C8 and AD. RGB value is (239,200,173). Sum of RGB (Red+Green+Blue) = 239+200+173=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8AD is #103752. Grayscale: #D0D0D0. Windows color (decimal): -1062739 or 11389167. OLE color: 11389167.

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

Color convert

RGB239200173-
CMYK00.160.280.06
HSL24.55º67.35%80.78%-
HSV(B)24.55º27.62%93.73%-
XYZ63.7962.6848.27-
YUV208.58107.92149.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=39.05%
G=32.68%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920017300.160.280.0624.5567.3580.78
HexEFC8AD0101C6194351
Octal35731025502034631103121
Binary111011111100100010101101010000111001101100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8AD; }

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

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

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

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

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

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

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

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