#ECAA8E

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

Shades of Tonys Pink #ECAA8E

Tints of Tonys Pink #ECAA8E

Color information

#ECAA8E (or 0xECAA8E) is unknown color: approx Tonys Pink. HEX triplet: EC, AA and 8E. RGB value is (236,170,142). Sum of RGB (Red+Green+Blue) = 236+170+142=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA8E is #135571. Grayscale: #BABABA. Windows color (decimal): -1267058 or 9349868. OLE color: 9349868.

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

Color convert

RGB236170142-
CMYK00.280.400.07
HSL17.87º71.21%74.12%-
HSV(B)17.87º39.83%92.55%-
XYZ53.8548.5432.12-
YUV186.54102.87163.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 142 (55.86% from 255) = 25.91%
R=43.07%
G=31.02%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617014200.280.400.0717.8771.2174.12
HexECAA8E01C28712474a
Octal35425221603450722107112
Binary1110110010101010100011100111001010001111001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA8E; }

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

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

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

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

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

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

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

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