#E3956C

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

Shades of Copper #E3956C

Tints of Copper #E3956C

Color information

#E3956C (or 0xE3956C) is unknown color: approx Copper. HEX triplet: E3, 95 and 6C. RGB value is (227,149,108). Sum of RGB (Red+Green+Blue) = 227+149+108=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E3956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3956C is #1C6A93. Grayscale: #A7A7A7. Windows color (decimal): -1862292 or 7116259. OLE color: 7116259.

HSL color Cylindrical-coordinate representation of color #E3956C: hue angle of 20.67º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3956C is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB227149108-
CMYK00.340.520.11
HSL20.67º68%65.69%-
HSV(B)20.67º52.42%89.02%-
XYZ45.1338.9119.32-
YUV167.6594.34170.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.90%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=46.90%
G=30.79%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714910800.340.520.1120.676865.69
HexE3956C02234B154442
Octal343225154042641325104102
Binary11100011100101011101100010001011010010111010110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3956C; }

 p { color: rgb(227,149,108); }

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

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

 a { background-color: rgb(227,149,108); }

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

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

 span { border-color: rgb(227,149,108); }

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