#E19166

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

Shades of Copper #E19166

Tints of Copper #E19166

Color information

#E19166 (or 0xE19166) is unknown color: approx Copper. HEX triplet: E1, 91 and 66. RGB value is (225,145,102). Sum of RGB (Red+Green+Blue) = 225+145+102=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E19166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19166 is #1E6E99. Grayscale: #A4A4A4. Windows color (decimal): -1994394 or 6722017. OLE color: 6722017.

HSL color Cylindrical-coordinate representation of color #E19166: hue angle of 20.98º 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 #E19166 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225145102-
CMYK00.360.550.12
HSL20.98º67.21%64.12%-
HSV(B)20.98º54.67%88.24%-
XYZ43.5837.2217.46-
YUV164.0293171.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=47.67%
G=30.72%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514510200.360.550.1220.9867.2164.12
HexE1916602437C154340
Octal341221146044671425103100
Binary11100001100100011100110010010011011111001010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19166; }

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

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

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

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

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

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

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

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