#E18F5E

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

Shades of Copper #E18F5E

Tints of Copper #E18F5E

Color information

#E18F5E (or 0xE18F5E) is unknown color: approx Copper. HEX triplet: E1, 8F and 5E. RGB value is (225,143,94). Sum of RGB (Red+Green+Blue) = 225+143+94=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F5E is #1E70A1. Grayscale: #A2A2A2. Windows color (decimal): -1994914 or 6197217. OLE color: 6197217.

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

Color convert

RGB22514394-
CMYK00.360.580.12
HSL22.44º68.59%62.55%-
HSV(B)22.44º58.22%88.24%-
XYZ42.8936.4615.37-
YUV161.9389.67172.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=48.70%
G=30.95%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251439400.360.580.1222.4468.5962.55
HexE18F5E0243AC16453f
Octal34121713604472142610577
Binary1110000110001111101111001001001110101100101101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F5E; }

 p { color: rgb(225,143,94); }

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

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

 a { background-color: rgb(225,143,94); }

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

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

 span { border-color: rgb(225,143,94); }

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