#E18666

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

Shades of Copper #E18666

Tints of Copper #E18666

Color information

#E18666 (or 0xE18666) is unknown color: approx Copper. HEX triplet: E1, 86 and 66. RGB value is (225,134,102). Sum of RGB (Red+Green+Blue) = 225+134+102=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E18666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18666 is #1E7999. Grayscale: #9D9D9D. Windows color (decimal): -1997210 or 6719201. OLE color: 6719201.

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

Color convert

RGB225134102-
CMYK00.400.550.12
HSL15.61º67.21%64.12%-
HSV(B)15.61º54.67%88.24%-
XYZ41.9734.0216.92-
YUV157.5696.65176.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=48.81%
G=29.07%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513410200.400.550.1215.6167.2164.12
HexE1866602837C104340
Octal341206146050671420103100
Binary11100001100001101100110010100011011111001000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18666; }

 p { color: rgb(225,134,102); }

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

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

 a { background-color: rgb(225,134,102); }

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

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

 span { border-color: rgb(225,134,102); }

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