#E48D61

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

Shades of Copper #E48D61

Tints of Copper #E48D61

Color information

#E48D61 (or 0xE48D61) is unknown color: approx Copper. HEX triplet: E4, 8D and 61. RGB value is (228,141,97). Sum of RGB (Red+Green+Blue) = 228+141+97=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D61 is #1B729E. Grayscale: #A2A2A2. Windows color (decimal): -1798815 or 6393316. OLE color: 6393316.

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

Color convert

RGB22814197-
CMYK00.380.570.11
HSL20.15º70.81%63.73%-
HSV(B)20.15º57.46%89.41%-
XYZ43.6836.4116.03-
YUV16291.32175.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.93%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=48.93%
G=30.26%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281419700.380.570.1120.1570.8163.73
HexE48D6102639B144740
Octal344215141046711324107100
Binary11100100100011011100001010011011100110111010010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D61; }

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

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

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

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

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

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

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

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