#E18D71

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

Shades of Copper #E18D71

Tints of Copper #E18D71

Color information

#E18D71 (or 0xE18D71) is unknown color: approx Copper. HEX triplet: E1, 8D and 71. RGB value is (225,141,113). Sum of RGB (Red+Green+Blue) = 225+141+113=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D71 is #1E728E. Grayscale: #A3A3A3. Windows color (decimal): -1995407 or 7441889. OLE color: 7441889.

HSL color Cylindrical-coordinate representation of color #E18D71: hue angle of 15º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E18D71 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225141113-
CMYK00.370.500.12
HSL15º65.12%66.27%-
HSV(B)15º49.78%88.24%-
XYZ43.5636.2520.32-
YUV162.9299.83172.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=46.97%
G=29.44%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514111300.370.500.121565.1266.27
HexE18D7102532Cf4142
Octal341215161045621417101102
Binary1110000110001101111000101001011100101100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D71; }

 p { color: rgb(225,141,113); }

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

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

 a { background-color: rgb(225,141,113); }

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

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

 span { border-color: rgb(225,141,113); }

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