#E18A5C

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

Shades of Copper #E18A5C

Tints of Copper #E18A5C

Color information

#E18A5C (or 0xE18A5C) is unknown color: approx Copper. HEX triplet: E1, 8A and 5C. RGB value is (225,138,92). Sum of RGB (Red+Green+Blue) = 225+138+92=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A5C is #1E75A3. Grayscale: #9F9F9F. Windows color (decimal): -1996196 or 6064865. OLE color: 6064865.

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

Color convert

RGB22513892-
CMYK00.390.590.12
HSL20.75º68.91%62.16%-
HSV(B)20.75º59.11%88.24%-
XYZ42.0734.9614.66-
YUV158.7790.32175.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=49.45%
G=30.33%
B=20.22%

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
Decimal2251389200.390.590.1220.7568.9162.16
HexE18A5C0273BC15453e
Octal34121213404773142510576
Binary1110000110001010101110001001111110111100101011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A5C; }

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

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

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

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

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

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

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

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