#E5906C

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

Shades of Copper #E5906C

Tints of Copper #E5906C

Color information

#E5906C (or 0xE5906C) is unknown color: approx Copper. HEX triplet: E5, 90 and 6C. RGB value is (229,144,108). Sum of RGB (Red+Green+Blue) = 229+144+108=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5906C is #1A6F93. Grayscale: #A5A5A5. Windows color (decimal): -1732500 or 7114981. OLE color: 7114981.

HSL color Cylindrical-coordinate representation of color #E5906C: hue angle of 17.85º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5906C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229144108-
CMYK00.370.530.10
HSL17.85º69.94%66.08%-
HSV(B)17.85º52.84%89.8%-
XYZ44.9937.6919.09-
YUV165.3195.66173.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.61%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=47.61%
G=29.94%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914410800.370.530.1017.8569.9466.08
HexE5906C02535A124642
Octal345220154045651222106102
Binary11100101100100001101100010010111010110101001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5906C; }

 p { color: rgb(229,144,108); }

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

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

 a { background-color: rgb(229,144,108); }

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

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

 span { border-color: rgb(229,144,108); }

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