#E19464

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

Shades of Copper #E19464

Tints of Copper #E19464

Color information

#E19464 (or 0xE19464) is unknown color: approx Copper. HEX triplet: E1, 94 and 64. RGB value is (225,148,100). Sum of RGB (Red+Green+Blue) = 225+148+100=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E19464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19464 is #1E6B9B. Grayscale: #A5A5A5. Windows color (decimal): -1993628 or 6591713. OLE color: 6591713.

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

Color convert

RGB225148100-
CMYK00.340.560.12
HSL23.04º67.57%63.73%-
HSV(B)23.04º55.56%88.24%-
XYZ43.9438.1117.1-
YUV165.5591.01170.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=47.57%
G=31.29%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514810000.340.560.1223.0467.5763.73
HexE1946402238C174440
Octal341224144042701427104100
Binary11100001100101001100100010001011100011001011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19464; }

 p { color: rgb(225,148,100); }

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

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

 a { background-color: rgb(225,148,100); }

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

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

 span { border-color: rgb(225,148,100); }

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