#E5A68B

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

Shades of Tonys Pink #E5A68B

Tints of Tonys Pink #E5A68B

Color information

#E5A68B (or 0xE5A68B) is unknown color: approx Tonys Pink. HEX triplet: E5, A6 and 8B. RGB value is (229,166,139). Sum of RGB (Red+Green+Blue) = 229+166+139=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A68B is #1A5974. Grayscale: #B5B5B5. Windows color (decimal): -1726837 or 9152229. OLE color: 9152229.

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

Color convert

RGB229166139-
CMYK00.280.390.10
HSL18º63.38%72.16%-
HSV(B)18º39.3%89.8%-
XYZ50.6145.7930.6-
YUV181.76103.87161.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=42.88%
G=31.09%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916613900.280.390.101863.3872.16
HexE5A68B01C27A123f48
Octal34524621303447122277110
Binary1110010110100110100010110111001001111010100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A68B; }

 p { color: rgb(229,166,139); }

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

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

 a { background-color: rgb(229,166,139); }

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

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

 span { border-color: rgb(229,166,139); }

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