#EFCCAC

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

Shades of Desert Sand #EFCCAC

Tints of Desert Sand #EFCCAC

Color information

#EFCCAC (or 0xEFCCAC) is unknown color: approx Desert Sand. HEX triplet: EF, CC and AC. RGB value is (239,204,172). Sum of RGB (Red+Green+Blue) = 239+204+172=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCAC is #103353. Grayscale: #D2D2D2. Windows color (decimal): -1061716 or 11324655. OLE color: 11324655.

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

Color convert

RGB239204172-
CMYK00.150.280.06
HSL28.66º67.68%80.59%-
HSV(B)28.66º28.03%93.73%-
XYZ64.6464.5248.08-
YUV210.82106.1148.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=38.86%
G=33.17%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920417200.150.280.0628.6667.6880.59
HexEFCCAC0F1C61d4451
Octal35731425401734635104121
Binary11101111110011001010110001111111001101110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCAC; }

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

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

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

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

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

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

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

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