#ECC6AA

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

Shades of Desert Sand #ECC6AA

Tints of Desert Sand #ECC6AA

Color information

#ECC6AA (or 0xECC6AA) is unknown color: approx Desert Sand. HEX triplet: EC, C6 and AA. RGB value is (236,198,170). Sum of RGB (Red+Green+Blue) = 236+198+170=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6AA is #133955. Grayscale: #CECECE. Windows color (decimal): -1259862 or 11192044. OLE color: 11192044.

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

Color convert

RGB236198170-
CMYK00.160.280.07
HSL25.45º63.46%79.61%-
HSV(B)25.45º27.97%92.55%-
XYZ62.0461.1246.56-
YUV206.17107.59149.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 198 (77.73% from 255) = 32.78%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=39.07%
G=32.78%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619817000.160.280.0725.4563.4679.61
HexECC6AA0101C7193f50
Octal3543062520203473177120
Binary11101100110001101010101001000011100111110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6AA; }

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

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

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

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

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

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

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

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