#E18C65

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

Shades of Copper #E18C65

Tints of Copper #E18C65

Color information

#E18C65 (or 0xE18C65) is unknown color: approx Copper. HEX triplet: E1, 8C and 65. RGB value is (225,140,101). Sum of RGB (Red+Green+Blue) = 225+140+101=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C65 is #1E739A. Grayscale: #A1A1A1. Windows color (decimal): -1995675 or 6655201. OLE color: 6655201.

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

Color convert

RGB225140101-
CMYK00.380.550.12
HSL18.87º67.39%63.92%-
HSV(B)18.87º55.11%88.24%-
XYZ42.7835.716.95-
YUV160.9794.16173.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=48.28%
G=30.04%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514010100.380.550.1218.8767.3963.92
HexE18C6502637C134340
Octal341214145046671423103100
Binary11100001100011001100101010011011011111001001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18C65; }

 p { color: rgb(225,140,101); }

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

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

 a { background-color: rgb(225,140,101); }

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

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

 span { border-color: rgb(225,140,101); }

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