#E1825D

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

Shades of Copper #E1825D

Tints of Copper #E1825D

Color information

#E1825D (or 0xE1825D) is unknown color: approx Copper. HEX triplet: E1, 82 and 5D. RGB value is (225,130,93). Sum of RGB (Red+Green+Blue) = 225+130+93=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1825D is #1E7DA2. Grayscale: #9A9A9A. Windows color (decimal): -1998243 or 6128353. OLE color: 6128353.

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

Color convert

RGB22513093-
CMYK00.420.590.12
HSL16.82º68.75%62.35%-
HSV(B)16.82º58.67%88.24%-
XYZ41.0132.7614.52-
YUV154.1993.47178.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=50.22%
G=29.02%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251309300.420.590.1216.8268.7562.35
HexE1825D02A3BC11453e
Octal34120213505273142110576
Binary1110000110000010101110101010101110111100100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1825D; }

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

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

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

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

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

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

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

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