#ECA8AF

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

Shades of Pale Chestnut #ECA8AF

Tints of Pale Chestnut #ECA8AF

Color information

#ECA8AF (or 0xECA8AF) is unknown color: approx Pale Chestnut. HEX triplet: EC, A8 and AF. RGB value is (236,168,175). Sum of RGB (Red+Green+Blue) = 236+168+175=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA8AF is #135750. Grayscale: #BDBDBD. Windows color (decimal): -1267537 or 11512044. OLE color: 11512044.

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

Color convert

RGB236168175-
CMYK00.290.260.07
HSL353.82º64.15%79.22%-
HSV(B)353.82º28.81%92.55%-
XYZ56.3348.9347.03-
YUV189.13120.03161.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=40.76%
G=29.02%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616817500.290.260.07353.8264.1579.22
HexECA8AF01D1A7162404f
Octal354250257035327542100117
Binary1110110010101000101011110111011101011110110001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8AF; }

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

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

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

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

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

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

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

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