#E3865E

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

Shades of Copper #E3865E

Tints of Copper #E3865E

Color information

#E3865E (or 0xE3865E) is unknown color: approx Copper. HEX triplet: E3, 86 and 5E. RGB value is (227,134,94). Sum of RGB (Red+Green+Blue) = 227+134+94=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3865E is #1C79A1. Grayscale: #9D9D9D. Windows color (decimal): -1866146 or 6194915. OLE color: 6194915.

HSL color Cylindrical-coordinate representation of color #E3865E: hue angle of 18.05º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3865E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22713494-
CMYK00.410.590.11
HSL18.05º70.37%62.94%-
HSV(B)18.05º58.59%89.02%-
XYZ42.2234.1914.96-
YUV157.2592.31177.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=49.89%
G=29.45%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271349400.410.590.1118.0570.3762.94
HexE3865E0293BB12463f
Octal34320613605173132210677
Binary1110001110000110101111001010011110111011100101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3865E; }

 p { color: rgb(227,134,94); }

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

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

 a { background-color: rgb(227,134,94); }

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

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

 span { border-color: rgb(227,134,94); }

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