#E18061

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

Shades of Copper #E18061

Tints of Copper #E18061

Color information

#E18061 (or 0xE18061) is unknown color: approx Copper. HEX triplet: E1, 80 and 61. RGB value is (225,128,97). Sum of RGB (Red+Green+Blue) = 225+128+97=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E18061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18061 is #1E7F9E. Grayscale: #999999. Windows color (decimal): -1998751 or 6389985. OLE color: 6389985.

HSL color Cylindrical-coordinate representation of color #E18061: hue angle of 14.53º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E18061 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22512897-
CMYK00.430.570.12
HSL14.53º68.09%63.14%-
HSV(B)14.53º56.89%88.24%-
XYZ40.9332.3115.39-
YUV153.4796.14179.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=50%
G=28.44%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251289700.430.570.1214.5368.0963.14
HexE1806102B39Cf443f
Octal34120014105371141710477
Binary111000011000000011000010101011111001110011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18061; }

 p { color: rgb(225,128,97); }

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

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

 a { background-color: rgb(225,128,97); }

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

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

 span { border-color: rgb(225,128,97); }

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