#E18765

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

Shades of Copper #E18765

Tints of Copper #E18765

Color information

#E18765 (or 0xE18765) is unknown color: approx Copper. HEX triplet: E1, 87 and 65. RGB value is (225,135,101). Sum of RGB (Red+Green+Blue) = 225+135+101=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E18765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18765 is #1E789A. Grayscale: #9E9E9E. Windows color (decimal): -1996955 or 6653921. OLE color: 6653921.

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

Color convert

RGB225135101-
CMYK00.40.550.12
HSL16.45º67.39%63.92%-
HSV(B)16.45º55.11%88.24%-
XYZ42.0634.2816.71-
YUV158.0395.82175.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=48.81%
G=29.28%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513510100.40.550.1216.4567.3963.92
HexE1876502837C104340
Octal341207145050671420103100
Binary11100001100001111100101010100011011111001000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18765; }

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

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

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

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

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

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

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

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