#E1996B

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

Shades of Copper #E1996B

Tints of Copper #E1996B

Color information

#E1996B (or 0xE1996B) is unknown color: approx Copper. HEX triplet: E1, 99 and 6B. RGB value is (225,153,107). Sum of RGB (Red+Green+Blue) = 225+153+107=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1996B is #1E6694. Grayscale: #A9A9A9. Windows color (decimal): -1992341 or 7051745. OLE color: 7051745.

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

Color convert

RGB225153107-
CMYK00.320.520.12
HSL23.39º66.29%65.1%-
HSV(B)23.39º52.44%88.24%-
XYZ45.139.8519.23-
YUV169.2892.85167.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 107 (42.19% from 255) = 22.06%
R=46.39%
G=31.55%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515310700.320.520.1223.3966.2965.1
HexE1996B02034C174241
Octal341231153040641427102101
Binary11100001100110011101011010000011010011001011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1996B; }

 p { color: rgb(225,153,107); }

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

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

 a { background-color: rgb(225,153,107); }

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

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

 span { border-color: rgb(225,153,107); }

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