#ECA5AA

Color #ECA5AA Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #ECA5AA

Tints of Pale Chestnut #ECA5AA

Color information

#ECA5AA (or 0xECA5AA) is unknown color: approx Pale Chestnut. HEX triplet: EC, A5 and AA. RGB value is (236,165,170). Sum of RGB (Red+Green+Blue) = 236+165+170=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA5AA is #135A55. Grayscale: #BABABA. Windows color (decimal): -1268310 or 11183596. OLE color: 11183596.

HSL color Cylindrical-coordinate representation of color #ECA5AA: hue angle of 355.77º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5AA is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236165170-
CMYK00.300.280.07
HSL355.77º65.14%78.63%-
HSV(B)355.77º30.08%92.55%-
XYZ55.347.6544.31-
YUV186.8118.52163.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=41.33%
G=28.90%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616517000.300.280.07355.7765.1478.63
HexECA5AA01E1C7164414f
Octal354245252036347544101117
Binary1110110010100101101010100111101110011110110010010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5AA; }

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

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

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

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

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

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

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

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