#ECAA8B

Color #ECAA8B Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #ECAA8B

Tints of Tonys Pink #ECAA8B

Color information

#ECAA8B (or 0xECAA8B) is unknown color: approx Tonys Pink. HEX triplet: EC, AA and 8B. RGB value is (236,170,139). Sum of RGB (Red+Green+Blue) = 236+170+139=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA8B is #135574. Grayscale: #BABABA. Windows color (decimal): -1267061 or 9153260. OLE color: 9153260.

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

Color convert

RGB236170139-
CMYK00.280.410.07
HSL19.18º71.85%73.53%-
HSV(B)19.18º41.1%92.55%-
XYZ53.6348.4530.95-
YUV186.2101.37163.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=43.30%
G=31.19%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617013900.280.410.0719.1871.8573.53
HexECAA8B01C29713484a
Octal35425221303451723110112
Binary1110110010101010100010110111001010011111001110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA8B; }

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

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

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

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

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

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

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

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