#ECA08B

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

Shades of Tonys Pink #ECA08B

Tints of Tonys Pink #ECA08B

Color information

#ECA08B (or 0xECA08B) is unknown color: approx Tonys Pink. HEX triplet: EC, A0 and 8B. RGB value is (236,160,139). Sum of RGB (Red+Green+Blue) = 236+160+139=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA08B is #135F74. Grayscale: #B4B4B4. Windows color (decimal): -1269621 or 9150700. OLE color: 9150700.

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

Color convert

RGB236160139-
CMYK00.320.410.07
HSL12.99º71.85%73.53%-
HSV(B)12.99º41.1%92.55%-
XYZ51.8244.8430.35-
YUV180.33104.68167.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 139 (54.69% from 255) = 25.98%
R=44.11%
G=29.91%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616013900.320.410.0712.9971.8573.53
HexECA08B020297d484a
Octal35424021304051715110112
Binary1110110010100000100010110100000101001111110110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA08B; }

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

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

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

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

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

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

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

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