#E58660

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

Shades of Copper #E58660

Tints of Copper #E58660

Color information

#E58660 (or 0xE58660) is unknown color: approx Copper. HEX triplet: E5, 86 and 60. RGB value is (229,134,96). Sum of RGB (Red+Green+Blue) = 229+134+96=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E58660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58660 is #1A799F. Grayscale: #9E9E9E. Windows color (decimal): -1735072 or 6325989. OLE color: 6325989.

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

Color convert

RGB22913496-
CMYK00.410.580.10
HSL17.14º71.89%63.73%-
HSV(B)17.14º58.08%89.8%-
XYZ42.9534.5515.47-
YUV158.0792.97178.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.89%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=49.89%
G=29.19%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291349600.410.580.1017.1471.8963.73
HexE586600293AA114840
Octal345206140051721221110100
Binary11100101100001101100000010100111101010101000110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58660; }

 p { color: rgb(229,134,96); }

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

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

 a { background-color: rgb(229,134,96); }

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

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

 span { border-color: rgb(229,134,96); }

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