#ECC6AE

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

Shades of Desert Sand #ECC6AE

Tints of Desert Sand #ECC6AE

Color information

#ECC6AE (or 0xECC6AE) is unknown color: approx Desert Sand. HEX triplet: EC, C6 and AE. RGB value is (236,198,174). Sum of RGB (Red+Green+Blue) = 236+198+174=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6AE is #133951. Grayscale: #CECECE. Windows color (decimal): -1259858 or 11454188. OLE color: 11454188.

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

Color convert

RGB236198174-
CMYK00.160.260.07
HSL23.23º62%80.39%-
HSV(B)23.23º26.27%92.55%-
XYZ62.4361.2848.58-
YUV206.63109.59148.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 198 (77.73% from 255) = 32.57%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=38.82%
G=32.57%
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.07
SystemRedGreenBlueCMYKHSL
Decimal23619817400.160.260.0723.236280.39
HexECC6AE0101A7173e50
Octal3543062560203272776120
Binary11101100110001101010111001000011010111101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6AE; }

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

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

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

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

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

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

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

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