#E1926C

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

Shades of Copper #E1926C

Tints of Copper #E1926C

Color information

#E1926C (or 0xE1926C) is unknown color: approx Copper. HEX triplet: E1, 92 and 6C. RGB value is (225,146,108). Sum of RGB (Red+Green+Blue) = 225+146+108=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1926C is #1E6D93. Grayscale: #A5A5A5. Windows color (decimal): -1994132 or 7115489. OLE color: 7115489.

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

Color convert

RGB225146108-
CMYK00.350.520.12
HSL19.49º66.1%65.29%-
HSV(B)19.49º52%88.24%-
XYZ44.0437.6519.13-
YUV165.2995.67170.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=46.97%
G=30.48%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514610800.350.520.1219.4966.165.29
HexE1926C02334C134241
Octal341222154043641423102101
Binary11100001100100101101100010001111010011001001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1926C; }

 p { color: rgb(225,146,108); }

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

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

 a { background-color: rgb(225,146,108); }

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

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

 span { border-color: rgb(225,146,108); }

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