#E48D60

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

Shades of Copper #E48D60

Tints of Copper #E48D60

Color information

#E48D60 (or 0xE48D60) is unknown color: approx Copper. HEX triplet: E4, 8D and 60. RGB value is (228,141,96). Sum of RGB (Red+Green+Blue) = 228+141+96=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D60 is #1B729F. Grayscale: #A2A2A2. Windows color (decimal): -1798816 or 6327780. OLE color: 6327780.

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

Color convert

RGB22814196-
CMYK00.380.580.11
HSL20.45º70.97%63.53%-
HSV(B)20.45º57.89%89.41%-
XYZ43.6336.3915.79-
YUV161.8890.82175.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.03%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=49.03%
G=30.32%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281419600.380.580.1120.4570.9763.53
HexE48D600263AB144740
Octal344215140046721324107100
Binary11100100100011011100000010011011101010111010010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D60; }

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

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

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

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

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

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

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

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