#E1875D

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

Shades of Copper #E1875D

Tints of Copper #E1875D

Color information

#E1875D (or 0xE1875D) is unknown color: approx Copper. HEX triplet: E1, 87 and 5D. RGB value is (225,135,93). Sum of RGB (Red+Green+Blue) = 225+135+93=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1875D is #1E78A2. Grayscale: #9D9D9D. Windows color (decimal): -1996963 or 6129633. OLE color: 6129633.

HSL color Cylindrical-coordinate representation of color #E1875D: hue angle of 19.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1875D is Cyan = 0, Magento = 0.4, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22513593-
CMYK00.40.590.12
HSL19.09º68.75%62.35%-
HSV(B)19.09º58.67%88.24%-
XYZ41.6934.1314.75-
YUV157.1291.82176.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=49.67%
G=29.80%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251359300.40.590.1219.0968.7562.35
HexE1875D0283BC13453e
Octal34120713505073142310576
Binary1110000110000111101110101010001110111100100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1875D; }

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

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

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

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

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

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

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

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