#E5A485

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

Shades of Tonys Pink #E5A485

Tints of Tonys Pink #E5A485

Color information

#E5A485 (or 0xE5A485) is unknown color: approx Tonys Pink. HEX triplet: E5, A4 and 85. RGB value is (229,164,133). Sum of RGB (Red+Green+Blue) = 229+164+133=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A485 is #1A5B7A. Grayscale: #B4B4B4. Windows color (decimal): -1727355 or 8758501. OLE color: 8758501.

HSL color Cylindrical-coordinate representation of color #E5A485: hue angle of 19.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5A485 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229164133-
CMYK00.280.420.10
HSL19.38º64.86%70.98%-
HSV(B)19.38º41.92%89.8%-
XYZ49.8244.928.23-
YUV179.9101.53163.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.54%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=43.54%
G=31.18%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916413300.280.420.1019.3864.8670.98
HexE5A48501C2AA134147
Octal345244205034521223101107
Binary11100101101001001000010101110010101010101001110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A485; }

 p { color: rgb(229,164,133); }

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

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

 a { background-color: rgb(229,164,133); }

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

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

 span { border-color: rgb(229,164,133); }

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