#E1885F

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

Shades of Copper #E1885F

Tints of Copper #E1885F

Color information

#E1885F (or 0xE1885F) is unknown color: approx Copper. HEX triplet: E1, 88 and 5F. RGB value is (225,136,95). Sum of RGB (Red+Green+Blue) = 225+136+95=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1885F is #1E77A0. Grayscale: #9E9E9E. Windows color (decimal): -1996705 or 6260961. OLE color: 6260961.

HSL color Cylindrical-coordinate representation of color #E1885F: hue angle of 18.92º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1885F is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22513695-
CMYK00.400.580.12
HSL18.92º68.42%62.75%-
HSV(B)18.92º57.78%88.24%-
XYZ41.9234.4415.26-
YUV157.9492.49175.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=49.34%
G=29.82%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251369500.400.580.1218.9268.4262.75
HexE1885F0283AC13443f
Octal34121013705072142310477
Binary1110000110001000101111101010001110101100100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1885F; }

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

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

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

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

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

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

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

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