#EFC8B0

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

Shades of Desert Sand #EFC8B0

Tints of Desert Sand #EFC8B0

Color information

#EFC8B0 (or 0xEFC8B0) is unknown color: approx Desert Sand. HEX triplet: EF, C8 and B0. RGB value is (239,200,176). Sum of RGB (Red+Green+Blue) = 239+200+176=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8B0 is #10374F. Grayscale: #D1D1D1. Windows color (decimal): -1062736 or 11585775. OLE color: 11585775.

HSL color Cylindrical-coordinate representation of color #EFC8B0: hue angle of 22.86º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFC8B0 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239200176-
CMYK00.160.260.06
HSL22.86º66.32%81.37%-
HSV(B)22.86º26.36%93.73%-
XYZ64.0962.7949.82-
YUV208.92109.42149.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 176 (69.14% from 255) = 28.62%
R=38.86%
G=32.52%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920017600.160.260.0622.8666.3281.37
HexEFC8B00101A6174251
Octal35731026002032627102121
Binary111011111100100010110000010000110101101011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8B0; }

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

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

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

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

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

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

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

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