#E3926B

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

Shades of Copper #E3926B

Tints of Copper #E3926B

Color information

#E3926B (or 0xE3926B) is unknown color: approx Copper. HEX triplet: E3, 92 and 6B. RGB value is (227,146,107). Sum of RGB (Red+Green+Blue) = 227+146+107=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E3926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3926B is #1C6D94. Grayscale: #A6A6A6. Windows color (decimal): -1863061 or 7049955. OLE color: 7049955.

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

Color convert

RGB227146107-
CMYK00.360.530.11
HSL19.5º68.18%65.49%-
HSV(B)19.5º52.86%89.02%-
XYZ44.6137.9518.88-
YUV165.7794.84171.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.29%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 107 (42.19% from 255) = 22.29%
R=47.29%
G=30.42%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714610700.360.530.1119.568.1865.49
HexE3926B02435B144441
Octal343222153044651324104101
Binary11100011100100101101011010010011010110111010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3926B; }

 p { color: rgb(227,146,107); }

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

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

 a { background-color: rgb(227,146,107); }

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

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

 span { border-color: rgb(227,146,107); }

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