#E3865C

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

Shades of Copper #E3865C

Tints of Copper #E3865C

Color information

#E3865C (or 0xE3865C) is unknown color: approx Copper. HEX triplet: E3, 86 and 5C. RGB value is (227,134,92). Sum of RGB (Red+Green+Blue) = 227+134+92=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3865C is #1C79A3. Grayscale: #9D9D9D. Windows color (decimal): -1866148 or 6063843. OLE color: 6063843.

HSL color Cylindrical-coordinate representation of color #E3865C: hue angle of 18.67º degrees, saturation: 0.71, 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 #E3865C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22713492-
CMYK00.410.590.11
HSL18.67º70.68%62.55%-
HSV(B)18.67º59.47%89.02%-
XYZ42.1434.1514.5-
YUV157.0291.31177.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.11%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=50.11%
G=29.58%
B=20.31%

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
Decimal2271349200.410.590.1118.6770.6862.55
HexE3865C0293BB13473f
Octal34320613405173132310777
Binary1110001110000110101110001010011110111011100111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3865C; }

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

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

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

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

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

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

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

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