#E18466

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

Shades of Copper #E18466

Tints of Copper #E18466

Color information

#E18466 (or 0xE18466) is unknown color: approx Copper. HEX triplet: E1, 84 and 66. RGB value is (225,132,102). Sum of RGB (Red+Green+Blue) = 225+132+102=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E18466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18466 is #1E7B99. Grayscale: #9C9C9C. Windows color (decimal): -1997722 or 6718689. OLE color: 6718689.

HSL color Cylindrical-coordinate representation of color #E18466: hue angle of 14.63º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E18466 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225132102-
CMYK00.410.550.12
HSL14.63º67.21%64.12%-
HSV(B)14.63º54.67%88.24%-
XYZ41.733.4716.83-
YUV156.3997.31176.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=49.02%
G=28.76%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513210200.410.550.1214.6367.2164.12
HexE1846602937Cf4340
Octal341204146051671417103100
Binary1110000110000100110011001010011101111100111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18466; }

 p { color: rgb(225,132,102); }

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

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

 a { background-color: rgb(225,132,102); }

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

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

 span { border-color: rgb(225,132,102); }

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