#E1855D

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

Shades of Copper #E1855D

Tints of Copper #E1855D

Color information

#E1855D (or 0xE1855D) is unknown color: approx Copper. HEX triplet: E1, 85 and 5D. RGB value is (225,133,93). Sum of RGB (Red+Green+Blue) = 225+133+93=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1855D is #1E7AA2. Grayscale: #9C9C9C. Windows color (decimal): -1997475 or 6129121. OLE color: 6129121.

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

Color convert

RGB22513393-
CMYK00.410.590.12
HSL18.18º68.75%62.35%-
HSV(B)18.18º58.67%88.24%-
XYZ41.4133.5714.65-
YUV155.9592.48177.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=49.89%
G=29.49%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251339300.410.590.1218.1868.7562.35
HexE1855D0293BC12453e
Octal34120513505173142210576
Binary1110000110000101101110101010011110111100100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1855D; }

 p { color: rgb(225,133,93); }

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

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

 a { background-color: rgb(225,133,93); }

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

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

 span { border-color: rgb(225,133,93); }

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