#E3856A

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

Shades of Copper #E3856A

Tints of Copper #E3856A

Color information

#E3856A (or 0xE3856A) is unknown color: approx Copper. HEX triplet: E3, 85 and 6A. RGB value is (227,133,106). Sum of RGB (Red+Green+Blue) = 227+133+106=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3856A is #1C7A95. Grayscale: #9E9E9E. Windows color (decimal): -1866390 or 6981091. OLE color: 6981091.

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

Color convert

RGB227133106-
CMYK00.410.530.11
HSL13.39º68.36%65.29%-
HSV(B)13.39º53.3%89.02%-
XYZ42.6734.1517.98-
YUV158.0398.64177.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.71%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=48.71%
G=28.54%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713310600.410.530.1113.3968.3665.29
HexE3856A02935Bd4441
Octal343205152051651315104101
Binary1110001110000101110101001010011101011011110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3856A; }

 p { color: rgb(227,133,106); }

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

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

 a { background-color: rgb(227,133,106); }

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

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

 span { border-color: rgb(227,133,106); }

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