#E1966E

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

Shades of Copper #E1966E

Tints of Copper #E1966E

Color information

#E1966E (or 0xE1966E) is unknown color: approx Copper. HEX triplet: E1, 96 and 6E. RGB value is (225,150,110). Sum of RGB (Red+Green+Blue) = 225+150+110=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1966E is #1E6991. Grayscale: #A8A8A8. Windows color (decimal): -1993106 or 7247585. OLE color: 7247585.

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

Color convert

RGB225150110-
CMYK00.330.510.12
HSL20.87º65.71%65.69%-
HSV(B)20.87º51.11%88.24%-
XYZ44.7738.9519.91-
YUV167.8695.35168.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=46.39%
G=30.93%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515011000.330.510.1220.8765.7165.69
HexE1966E02133C154242
Octal341226156041631425102102
Binary11100001100101101101110010000111001111001010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1966E; }

 p { color: rgb(225,150,110); }

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

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

 a { background-color: rgb(225,150,110); }

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

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

 span { border-color: rgb(225,150,110); }

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