#E2845B

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

Shades of Copper #E2845B

Tints of Copper #E2845B

Color information

#E2845B (or 0xE2845B) is unknown color: approx Copper. HEX triplet: E2, 84 and 5B. RGB value is (226,132,91). Sum of RGB (Red+Green+Blue) = 226+132+91=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2845B is #1D7BA4. Grayscale: #9B9B9B. Windows color (decimal): -1932197 or 5997794. OLE color: 5997794.

HSL color Cylindrical-coordinate representation of color #E2845B: hue angle of 18.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2845B is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22613291-
CMYK00.420.600.11
HSL18.22º69.95%62.16%-
HSV(B)18.22º59.73%88.63%-
XYZ41.533.4314.16-
YUV155.4391.64178.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.33%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=50.33%
G=29.40%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261329100.420.600.1118.2269.9562.16
HexE2845B02A3CB12463e
Octal34220413305274132210676
Binary1110001010000100101101101010101111001011100101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2845B; }

 p { color: rgb(226,132,91); }

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

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

 a { background-color: rgb(226,132,91); }

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

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

 span { border-color: rgb(226,132,91); }

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