#E1875E

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

Shades of Copper #E1875E

Tints of Copper #E1875E

Color information

#E1875E (or 0xE1875E) is unknown color: approx Copper. HEX triplet: E1, 87 and 5E. RGB value is (225,135,94). Sum of RGB (Red+Green+Blue) = 225+135+94=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1875E is #1E78A1. Grayscale: #9D9D9D. Windows color (decimal): -1996962 or 6195169. OLE color: 6195169.

HSL color Cylindrical-coordinate representation of color #E1875E: hue angle of 18.78º degrees, saturation: 0.69, 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 #E1875E is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22513594-
CMYK00.40.580.12
HSL18.78º68.59%62.55%-
HSV(B)18.78º58.22%88.24%-
XYZ41.7434.1414.98-
YUV157.2492.32176.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=49.56%
G=29.74%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251359400.40.580.1218.7868.5962.55
HexE1875E0283AC13453f
Octal34120713605072142310577
Binary1110000110000111101111001010001110101100100111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1875E; }

 p { color: rgb(225,135,94); }

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

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

 a { background-color: rgb(225,135,94); }

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

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

 span { border-color: rgb(225,135,94); }

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