#E0845E

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

Shades of Copper #E0845E

Tints of Copper #E0845E

Color information

#E0845E (or 0xE0845E) is unknown color: approx Copper. HEX triplet: E0, 84 and 5E. RGB value is (224,132,94). Sum of RGB (Red+Green+Blue) = 224+132+94=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0845E is #1F7BA1. Grayscale: #9B9B9B. Windows color (decimal): -2063266 or 6194400. OLE color: 6194400.

HSL color Cylindrical-coordinate representation of color #E0845E: hue angle of 17.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0845E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22413294-
CMYK00.410.580.12
HSL17.54º67.71%62.35%-
HSV(B)17.54º58.04%87.84%-
XYZ41.0133.1614.83-
YUV155.1893.48177.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=49.78%
G=29.33%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241329400.410.580.1217.5467.7162.35
HexE0845E0293AC12443e
Octal34020413605172142210476
Binary1110000010000100101111001010011110101100100101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0845E; }

 p { color: rgb(224,132,94); }

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

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

 a { background-color: rgb(224,132,94); }

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

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

 span { border-color: rgb(224,132,94); }

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