#E19365

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

Shades of Copper #E19365

Tints of Copper #E19365

Color information

#E19365 (or 0xE19365) is unknown color: approx Copper. HEX triplet: E1, 93 and 65. RGB value is (225,147,101). Sum of RGB (Red+Green+Blue) = 225+147+101=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E19365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19365 is #1E6C9A. Grayscale: #A5A5A5. Windows color (decimal): -1993883 or 6656993. OLE color: 6656993.

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

Color convert

RGB225147101-
CMYK00.350.550.12
HSL22.26º67.39%63.92%-
HSV(B)22.26º55.11%88.24%-
XYZ43.8337.8117.3-
YUV165.0891.84170.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=47.57%
G=31.08%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514710100.350.550.1222.2667.3963.92
HexE1936502337C164340
Octal341223145043671426103100
Binary11100001100100111100101010001111011111001011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19365; }

 p { color: rgb(225,147,101); }

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

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

 a { background-color: rgb(225,147,101); }

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

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

 span { border-color: rgb(225,147,101); }

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