#E1896D

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

Shades of Copper #E1896D

Tints of Copper #E1896D

Color information

#E1896D (or 0xE1896D) is unknown color: approx Copper. HEX triplet: E1, 89 and 6D. RGB value is (225,137,109). Sum of RGB (Red+Green+Blue) = 225+137+109=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1896D is #1E7692. Grayscale: #A0A0A0. Windows color (decimal): -1996435 or 7178721. OLE color: 7178721.

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

Color convert

RGB225137109-
CMYK00.390.520.12
HSL14.48º65.91%65.49%-
HSV(B)14.48º51.56%88.24%-
XYZ42.763518.97-
YUV160.1299.15174.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=47.77%
G=29.09%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513710900.390.520.1214.4865.9165.49
HexE1896D02734Ce4241
Octal341211155047641416102101
Binary1110000110001001110110101001111101001100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1896D; }

 p { color: rgb(225,137,109); }

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

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

 a { background-color: rgb(225,137,109); }

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

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

 span { border-color: rgb(225,137,109); }

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