#ECC6AC

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

Shades of Desert Sand #ECC6AC

Tints of Desert Sand #ECC6AC

Color information

#ECC6AC (or 0xECC6AC) is unknown color: approx Desert Sand. HEX triplet: EC, C6 and AC. RGB value is (236,198,172). Sum of RGB (Red+Green+Blue) = 236+198+172=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6AC is #133953. Grayscale: #CECECE. Windows color (decimal): -1259860 or 11323116. OLE color: 11323116.

HSL color Cylindrical-coordinate representation of color #ECC6AC: hue angle of 24.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECC6AC is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236198172-
CMYK00.160.270.07
HSL24.38º62.75%80%-
HSV(B)24.38º27.12%92.55%-
XYZ62.2361.247.56-
YUV206.4108.59149.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 198 (77.73% from 255) = 32.67%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=38.94%
G=32.67%
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.07
SystemRedGreenBlueCMYKHSL
Decimal23619817200.160.270.0724.3862.7580
HexECC6AC0101B7183f50
Octal3543062540203373077120
Binary11101100110001101010110001000011011111110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6AC; }

 p { color: rgb(236,198,172); }

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

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

 a { background-color: rgb(236,198,172); }

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

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

 span { border-color: rgb(236,198,172); }

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