#ECA4AD

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

Shades of Pale Chestnut #ECA4AD

Tints of Pale Chestnut #ECA4AD

Color information

#ECA4AD (or 0xECA4AD) is unknown color: approx Pale Chestnut. HEX triplet: EC, A4 and AD. RGB value is (236,164,173). Sum of RGB (Red+Green+Blue) = 236+164+173=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA4AD is #135B52. Grayscale: #BABABA. Windows color (decimal): -1268563 or 11379948. OLE color: 11379948.

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

Color convert

RGB236164173-
CMYK00.310.270.07
HSL352.5º65.45%78.43%-
HSV(B)352.5º30.51%92.55%-
XYZ55.4147.445.76-
YUV186.55120.35163.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=41.19%
G=28.62%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616417300.310.270.07352.565.4578.43
HexECA4AD01F1B7160414e
Octal354244255037337540101116
Binary1110110010100100101011010111111101111110110000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4AD; }

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

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

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

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

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

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

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

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