#ECC5AA

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

Shades of Desert Sand #ECC5AA

Tints of Desert Sand #ECC5AA

Color information

#ECC5AA (or 0xECC5AA) is unknown color: approx Desert Sand. HEX triplet: EC, C5 and AA. RGB value is (236,197,170). Sum of RGB (Red+Green+Blue) = 236+197+170=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5AA is #133A55. Grayscale: #CDCDCD. Windows color (decimal): -1260118 or 11191788. OLE color: 11191788.

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

Color convert

RGB236197170-
CMYK00.170.280.07
HSL24.55º63.46%79.61%-
HSV(B)24.55º27.97%92.55%-
XYZ61.8160.6746.48-
YUV205.58107.92149.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=39.14%
G=32.67%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619717000.170.280.0724.5563.4679.61
HexECC5AA0111C7193f50
Octal3543052520213473177120
Binary11101100110001011010101001000111100111110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5AA; }

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

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

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

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

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

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

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

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