#E18F6A

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

Shades of Copper #E18F6A

Tints of Copper #E18F6A

Color information

#E18F6A (or 0xE18F6A) is unknown color: approx Copper. HEX triplet: E1, 8F and 6A. RGB value is (225,143,106). Sum of RGB (Red+Green+Blue) = 225+143+106=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F6A is #1E7095. Grayscale: #A3A3A3. Windows color (decimal): -1994902 or 6983649. OLE color: 6983649.

HSL color Cylindrical-coordinate representation of color #E18F6A: hue angle of 18.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E18F6A is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225143106-
CMYK00.360.530.12
HSL18.66º66.48%64.9%-
HSV(B)18.66º52.89%88.24%-
XYZ43.4836.6918.43-
YUV163.395.67172.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=47.47%
G=30.17%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514310600.360.530.1218.6666.4864.9
HexE18F6A02435C134241
Octal341217152044651423102101
Binary11100001100011111101010010010011010111001001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F6A; }

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

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

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

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

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

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

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

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