#E18A5D

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

Shades of Copper #E18A5D

Tints of Copper #E18A5D

Color information

#E18A5D (or 0xE18A5D) is unknown color: approx Copper. HEX triplet: E1, 8A and 5D. RGB value is (225,138,93). Sum of RGB (Red+Green+Blue) = 225+138+93=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A5D is #1E75A2. Grayscale: #9F9F9F. Windows color (decimal): -1996195 or 6130401. OLE color: 6130401.

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

Color convert

RGB22513893-
CMYK00.390.590.12
HSL20.45º68.75%62.35%-
HSV(B)20.45º58.67%88.24%-
XYZ42.1234.9714.89-
YUV158.8890.82175.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=49.34%
G=30.26%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251389300.390.590.1220.4568.7562.35
HexE18A5D0273BC14453e
Octal34121213504773142410576
Binary1110000110001010101110101001111110111100101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A5D; }

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

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

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

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

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

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

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

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