#E48460

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

Shades of Copper #E48460

Tints of Copper #E48460

Color information

#E48460 (or 0xE48460) is unknown color: approx Copper. HEX triplet: E4, 84 and 60. RGB value is (228,132,96). Sum of RGB (Red+Green+Blue) = 228+132+96=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E48460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48460 is #1B7B9F. Grayscale: #9C9C9C. Windows color (decimal): -1801120 or 6325476. OLE color: 6325476.

HSL color Cylindrical-coordinate representation of color #E48460: hue angle of 16.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E48460 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22813296-
CMYK00.420.580.11
HSL16.36º70.97%63.53%-
HSV(B)16.36º57.89%89.41%-
XYZ42.3633.8415.37-
YUV156.693.8178.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=50%
G=28.95%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281329600.420.580.1116.3670.9763.53
HexE4846002A3AB104740
Octal344204140052721320107100
Binary11100100100001001100000010101011101010111000010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48460; }

 p { color: rgb(228,132,96); }

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

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

 a { background-color: rgb(228,132,96); }

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

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

 span { border-color: rgb(228,132,96); }

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