#E18F63

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

Shades of Copper #E18F63

Tints of Copper #E18F63

Color information

#E18F63 (or 0xE18F63) is unknown color: approx Copper. HEX triplet: E1, 8F and 63. RGB value is (225,143,99). Sum of RGB (Red+Green+Blue) = 225+143+99=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F63 is #1E709C. Grayscale: #A2A2A2. Windows color (decimal): -1994909 or 6524897. OLE color: 6524897.

HSL color Cylindrical-coordinate representation of color #E18F63: hue angle of 20.95º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E18F63 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB22514399-
CMYK00.360.560.12
HSL20.95º67.74%63.53%-
HSV(B)20.95º56%88.24%-
XYZ43.1336.5516.59-
YUV162.592.17172.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.18%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=48.18%
G=30.62%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251439900.360.560.1220.9567.7463.53
HexE18F6302438C154440
Octal341217143044701425104100
Binary11100001100011111100011010010011100011001010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F63; }

 p { color: rgb(225,143,99); }

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

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

 a { background-color: rgb(225,143,99); }

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

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

 span { border-color: rgb(225,143,99); }

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