#ECA08D

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

Shades of Tonys Pink #ECA08D

Tints of Tonys Pink #ECA08D

Color information

#ECA08D (or 0xECA08D) is unknown color: approx Tonys Pink. HEX triplet: EC, A0 and 8D. RGB value is (236,160,141). Sum of RGB (Red+Green+Blue) = 236+160+141=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA08D is #135F72. Grayscale: #B4B4B4. Windows color (decimal): -1269619 or 9281772. OLE color: 9281772.

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

Color convert

RGB236160141-
CMYK00.320.400.07
HSL12º71.43%73.92%-
HSV(B)12º40.25%92.55%-
XYZ51.9744.931.13-
YUV180.56105.68167.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=43.95%
G=29.80%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616014100.320.400.071271.4373.92
HexECA08D020287c474a
Octal35424021504050714107112
Binary1110110010100000100011010100000101000111110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA08D; }

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

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

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

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

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

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

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

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