#E58A60

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

Shades of Copper #E58A60

Tints of Copper #E58A60

Color information

#E58A60 (or 0xE58A60) is unknown color: approx Copper. HEX triplet: E5, 8A and 60. RGB value is (229,138,96). Sum of RGB (Red+Green+Blue) = 229+138+96=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A60 is #1A759F. Grayscale: #A0A0A0. Windows color (decimal): -1734048 or 6327013. OLE color: 6327013.

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

Color convert

RGB22913896-
CMYK00.400.580.10
HSL18.95º71.89%63.73%-
HSV(B)18.95º58.08%89.8%-
XYZ43.5135.6815.66-
YUV160.4291.65176.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=49.46%
G=29.81%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291389600.400.580.1018.9571.8963.73
HexE58A600283AA134840
Octal345212140050721223110100
Binary11100101100010101100000010100011101010101001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A60; }

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

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

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

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

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

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

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

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