#E1805F

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

Shades of Copper #E1805F

Tints of Copper #E1805F

Color information

#E1805F (or 0xE1805F) is unknown color: approx Copper. HEX triplet: E1, 80 and 5F. RGB value is (225,128,95). Sum of RGB (Red+Green+Blue) = 225+128+95=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1805F is #1E7FA0. Grayscale: #999999. Windows color (decimal): -1998753 or 6258913. OLE color: 6258913.

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

Color convert

RGB22512895-
CMYK00.430.580.12
HSL15.23º68.42%62.75%-
HSV(B)15.23º57.78%88.24%-
XYZ40.8432.2714.9-
YUV153.2495.14179.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=50.22%
G=28.57%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251289500.430.580.1215.2368.4262.75
HexE1805F02B3ACf443f
Octal34120013705372141710477
Binary111000011000000010111110101011111010110011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1805F; }

 p { color: rgb(225,128,95); }

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

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

 a { background-color: rgb(225,128,95); }

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

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

 span { border-color: rgb(225,128,95); }

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