#E18165

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

Shades of Copper #E18165

Tints of Copper #E18165

Color information

#E18165 (or 0xE18165) is unknown color: approx Copper. HEX triplet: E1, 81 and 65. RGB value is (225,129,101). Sum of RGB (Red+Green+Blue) = 225+129+101=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E18165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18165 is #1E7E9A. Grayscale: #9A9A9A. Windows color (decimal): -1998491 or 6652385. OLE color: 6652385.

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

Color convert

RGB225129101-
CMYK00.430.550.12
HSL13.55º67.39%63.92%-
HSV(B)13.55º55.11%88.24%-
XYZ41.2532.6516.44-
YUV154.5197.8178.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=49.45%
G=28.35%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512910100.430.550.1213.5567.3963.92
HexE1816502B37Ce4340
Octal341201145053671416103100
Binary1110000110000001110010101010111101111100111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18165; }

 p { color: rgb(225,129,101); }

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

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

 a { background-color: rgb(225,129,101); }

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

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

 span { border-color: rgb(225,129,101); }

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