#ECA4A6

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

Shades of Pale Chestnut #ECA4A6

Tints of Pale Chestnut #ECA4A6

Color information

#ECA4A6 (or 0xECA4A6) is unknown color: approx Pale Chestnut. HEX triplet: EC, A4 and A6. RGB value is (236,164,166). Sum of RGB (Red+Green+Blue) = 236+164+166=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA4A6 is #135B59. Grayscale: #B9B9B9. Windows color (decimal): -1268570 or 10921196. OLE color: 10921196.

HSL color Cylindrical-coordinate representation of color #ECA4A6: hue angle of 358.33º degrees, saturation: 0.65, 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 #ECA4A6 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236164166-
CMYK00.310.300.07
HSL358.33º65.45%78.43%-
HSV(B)358.33º30.51%92.55%-
XYZ54.7547.1442.29-
YUV185.76116.85163.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 166 (65.23% from 255) = 29.33%
R=41.70%
G=28.98%
B=29.33%

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
Decimal23616416600.310.300.07358.3365.4578.43
HexECA4A601F1E7166414e
Octal354244246037367546101116
Binary1110110010100100101001100111111111011110110011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4A6; }

 p { color: rgb(236,164,166); }

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

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

 a { background-color: rgb(236,164,166); }

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

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

 span { border-color: rgb(236,164,166); }

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