#E18F71

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

Shades of Copper #E18F71

Tints of Copper #E18F71

Color information

#E18F71 (or 0xE18F71) is unknown color: approx Copper. HEX triplet: E1, 8F and 71. RGB value is (225,143,113). Sum of RGB (Red+Green+Blue) = 225+143+113=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F71 is #1E708E. Grayscale: #A4A4A4. Windows color (decimal): -1994895 or 7442401. OLE color: 7442401.

HSL color Cylindrical-coordinate representation of color #E18F71: hue angle of 16.07º 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 #E18F71 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225143113-
CMYK00.360.500.12
HSL16.07º65.12%66.27%-
HSV(B)16.07º49.78%88.24%-
XYZ43.8536.8420.42-
YUV164.199.17171.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=46.78%
G=29.73%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514311300.360.500.1216.0765.1266.27
HexE18F7102432C104142
Octal341217161044621420101102
Binary11100001100011111110001010010011001011001000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F71; }

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

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

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

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

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

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

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

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