#E2865E

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

Shades of Copper #E2865E

Tints of Copper #E2865E

Color information

#E2865E (or 0xE2865E) is unknown color: approx Copper. HEX triplet: E2, 86 and 5E. RGB value is (226,134,94). Sum of RGB (Red+Green+Blue) = 226+134+94=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2865E is #1D79A1. Grayscale: #9D9D9D. Windows color (decimal): -1931682 or 6194914. OLE color: 6194914.

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

Color convert

RGB22613494-
CMYK00.410.580.11
HSL18.18º69.47%62.75%-
HSV(B)18.18º58.41%88.63%-
XYZ41.9134.0314.95-
YUV156.9592.48177.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=49.78%
G=29.52%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261349400.410.580.1118.1869.4762.75
HexE2865E0293AB12453f
Octal34220613605172132210577
Binary1110001010000110101111001010011110101011100101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2865E; }

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

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

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

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

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

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

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

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