#E18869

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

Shades of Copper #E18869

Tints of Copper #E18869

Color information

#E18869 (or 0xE18869) is unknown color: approx Copper. HEX triplet: E1, 88 and 69. RGB value is (225,136,105). Sum of RGB (Red+Green+Blue) = 225+136+105=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E18869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18869 is #1E7796. Grayscale: #9F9F9F. Windows color (decimal): -1996695 or 6916321. OLE color: 6916321.

HSL color Cylindrical-coordinate representation of color #E18869: hue angle of 15.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E18869 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225136105-
CMYK00.400.530.12
HSL15.5º66.67%64.71%-
HSV(B)15.5º53.33%88.24%-
XYZ42.4134.6417.81-
YUV159.0897.49175.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=48.28%
G=29.18%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513610500.400.530.1215.566.6764.71
HexE1886902835C104341
Octal341210151050651420103101
Binary11100001100010001101001010100011010111001000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18869; }

 p { color: rgb(225,136,105); }

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

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

 a { background-color: rgb(225,136,105); }

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

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

 span { border-color: rgb(225,136,105); }

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