#ECA18D

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

Shades of Tonys Pink #ECA18D

Tints of Tonys Pink #ECA18D

Color information

#ECA18D (or 0xECA18D) is unknown color: approx Tonys Pink. HEX triplet: EC, A1 and 8D. RGB value is (236,161,141). Sum of RGB (Red+Green+Blue) = 236+161+141=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA18D is #135E72. Grayscale: #B5B5B5. Windows color (decimal): -1269363 or 9282028. OLE color: 9282028.

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

Color convert

RGB236161141-
CMYK00.320.400.07
HSL12.63º71.43%73.92%-
HSV(B)12.63º40.25%92.55%-
XYZ52.1445.2531.18-
YUV181.14105.35167.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=43.87%
G=29.93%
B=26.21%

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
Decimal23616114100.320.400.0712.6371.4373.92
HexECA18D020287d474a
Octal35424121504050715107112
Binary1110110010100001100011010100000101000111110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA18D; }

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

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

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

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

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

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

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

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