#ECA2A5

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

Shades of Pale Chestnut #ECA2A5

Tints of Pale Chestnut #ECA2A5

Color information

#ECA2A5 (or 0xECA2A5) is unknown color: approx Pale Chestnut. HEX triplet: EC, A2 and A5. RGB value is (236,162,165). Sum of RGB (Red+Green+Blue) = 236+162+165=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2A5 is #135D5A. Grayscale: #B8B8B8. Windows color (decimal): -1269083 or 10855148. OLE color: 10855148.

HSL color Cylindrical-coordinate representation of color #ECA2A5: hue angle of 357.57º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA2A5 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236162165-
CMYK00.310.300.07
HSL357.57º66.07%78.04%-
HSV(B)357.57º31.36%92.55%-
XYZ54.346.3941.69-
YUV184.47117.02164.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=41.92%
G=28.77%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616216500.310.300.07357.5766.0778.04
HexECA2A501F1E7166424e
Octal354242245037367546102116
Binary1110110010100010101001010111111111011110110011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2A5; }

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

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

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

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

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

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

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

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