#E1875C

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

Shades of Copper #E1875C

Tints of Copper #E1875C

Color information

#E1875C (or 0xE1875C) is unknown color: approx Copper. HEX triplet: E1, 87 and 5C. RGB value is (225,135,92). Sum of RGB (Red+Green+Blue) = 225+135+92=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1875C is #1E78A3. Grayscale: #9D9D9D. Windows color (decimal): -1996964 or 6064097. OLE color: 6064097.

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

Color convert

RGB22513592-
CMYK00.40.590.12
HSL19.4º68.91%62.16%-
HSV(B)19.4º59.11%88.24%-
XYZ41.6534.1114.51-
YUV157.0191.32176.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.78%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=49.78%
G=29.87%
B=20.35%

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
Decimal2251359200.40.590.1219.468.9162.16
HexE1875C0283BC13453e
Octal34120713405073142310576
Binary1110000110000111101110001010001110111100100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1875C; }

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

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

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

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

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

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

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

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