#E1956D

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

Shades of Copper #E1956D

Tints of Copper #E1956D

Color information

#E1956D (or 0xE1956D) is unknown color: approx Copper. HEX triplet: E1, 95 and 6D. RGB value is (225,149,109). Sum of RGB (Red+Green+Blue) = 225+149+109=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1956D is #1E6A92. Grayscale: #A7A7A7. Windows color (decimal): -1993363 or 7181793. OLE color: 7181793.

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

Color convert

RGB225149109-
CMYK00.340.520.12
HSL20.69º65.91%65.49%-
HSV(B)20.69º51.56%88.24%-
XYZ44.5638.6119.57-
YUV167.1695.18169.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=46.58%
G=30.85%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514910900.340.520.1220.6965.9165.49
HexE1956D02234C154241
Octal341225155042641425102101
Binary11100001100101011101101010001011010011001010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1956D; }

 p { color: rgb(225,149,109); }

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

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

 a { background-color: rgb(225,149,109); }

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

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

 span { border-color: rgb(225,149,109); }

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