#E19162

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

Shades of Copper #E19162

Tints of Copper #E19162

Color information

#E19162 (or 0xE19162) is unknown color: approx Copper. HEX triplet: E1, 91 and 62. RGB value is (225,145,98). Sum of RGB (Red+Green+Blue) = 225+145+98=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E19162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19162 is #1E6E9D. Grayscale: #A3A3A3. Windows color (decimal): -1994398 or 6459873. OLE color: 6459873.

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

Color convert

RGB22514598-
CMYK00.360.560.12
HSL22.2º67.91%63.33%-
HSV(B)22.2º56.44%88.24%-
XYZ43.3837.1416.44-
YUV163.5691171.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.08%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 98 (38.67% from 255) = 20.94%
R=48.08%
G=30.98%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251459800.360.560.1222.267.9163.33
HexE1916202438C16443f
Octal34122114204470142610477
Binary1110000110010001110001001001001110001100101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19162; }

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

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

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

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

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

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

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

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