#E1886C

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

Shades of Copper #E1886C

Tints of Copper #E1886C

Color information

#E1886C (or 0xE1886C) is unknown color: approx Copper. HEX triplet: E1, 88 and 6C. RGB value is (225,136,108). Sum of RGB (Red+Green+Blue) = 225+136+108=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1886C is #1E7793. Grayscale: #9F9F9F. Windows color (decimal): -1996692 or 7112929. OLE color: 7112929.

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

Color convert

RGB225136108-
CMYK00.400.520.12
HSL14.36º66.1%65.29%-
HSV(B)14.36º52%88.24%-
XYZ42.5634.718.64-
YUV159.4298.99174.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=47.97%
G=29.00%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513610800.400.520.1214.3666.165.29
HexE1886C02834Ce4241
Octal341210154050641416102101
Binary1110000110001000110110001010001101001100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1886C; }

 p { color: rgb(225,136,108); }

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

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

 a { background-color: rgb(225,136,108); }

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

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

 span { border-color: rgb(225,136,108); }

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