#ECA682

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

Shades of Tonys Pink #ECA682

Tints of Tonys Pink #ECA682

Color information

#ECA682 (or 0xECA682) is unknown color: approx Tonys Pink. HEX triplet: EC, A6 and 82. RGB value is (236,166,130). Sum of RGB (Red+Green+Blue) = 236+166+130=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA682 is #13597D. Grayscale: #B7B7B7. Windows color (decimal): -1268094 or 8562412. OLE color: 8562412.

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

Color convert

RGB236166130-
CMYK00.300.450.07
HSL20.38º73.61%71.76%-
HSV(B)20.38º44.92%92.55%-
XYZ52.2646.7227.38-
YUV182.8398.19165.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 166 (65.23% from 255) = 31.20%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=44.36%
G=31.20%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616613000.300.450.0720.3873.6171.76
HexECA68201E2D7144a48
Octal35424620203655724112110
Binary1110110010100110100000100111101011011111010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA682; }

 p { color: rgb(236,166,130); }

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

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

 a { background-color: rgb(236,166,130); }

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

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

 span { border-color: rgb(236,166,130); }

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