#ECA8AA

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

Shades of Pale Chestnut #ECA8AA

Tints of Pale Chestnut #ECA8AA

Color information

#ECA8AA (or 0xECA8AA) is unknown color: approx Pale Chestnut. HEX triplet: EC, A8 and AA. RGB value is (236,168,170). Sum of RGB (Red+Green+Blue) = 236+168+170=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA8AA is #135755. Grayscale: #BCBCBC. Windows color (decimal): -1267542 or 11184364. OLE color: 11184364.

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

Color convert

RGB236168170-
CMYK00.290.280.07
HSL358.24º64.15%79.22%-
HSV(B)358.24º28.81%92.55%-
XYZ55.8548.7444.49-
YUV188.56117.53161.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 168 (66.02% from 255) = 29.27%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=41.11%
G=29.27%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616817000.290.280.07358.2464.1579.22
HexECA8AA01D1C7166404f
Octal354250252035347546100117
Binary1110110010101000101010100111011110011110110011010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8AA; }

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

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

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

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

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

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

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

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