#e1815f

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

Shades of Copper #E1815F

Tints of Copper #E1815F

Color information

#E1815F (or 0xE1815F) is unknown color: approx Copper. HEX triplet: E1, 81 and 5F. RGB value is (225,129,95). Sum of RGB (Red+Green+Blue) = 225+129+95=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1815F is #1E7EA0. Grayscale: #9A9A9A. Windows color (decimal): -1998497 or 6259169. OLE color: 6259169.

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

Color convert

RGB22512995-
CMYK00.430.580.12
HSL15.69º68.42%62.75%-
HSV(B)15.69º57.78%88.24%-
XYZ40.9732.5314.95-
YUV153.8394.8178.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=50.11%
G=28.73%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251299500.430.580.1215.6968.4262.75
HexE1815F02B3AC10443f
Octal34120113705372142010477
Binary1110000110000001101111101010111110101100100001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1815f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1815f; }

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

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

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

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

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

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

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

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