#e59164

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

Shades of Copper #E59164

Tints of Copper #E59164

Color information

#E59164 (or 0xE59164) is unknown color: approx Copper. HEX triplet: E5, 91 and 64. RGB value is (229,145,100). Sum of RGB (Red+Green+Blue) = 229+145+100=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E59164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59164 is #1A6E9B. Grayscale: #A5A5A5. Windows color (decimal): -1732252 or 6590949. OLE color: 6590949.

HSL color Cylindrical-coordinate representation of color #E59164: hue angle of 20.93º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E59164 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB229145100-
CMYK00.370.560.10
HSL20.93º71.27%64.51%-
HSV(B)20.93º56.33%89.8%-
XYZ44.7437.8317-
YUV164.9991.33173.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=48.31%
G=30.59%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914510000.370.560.1020.9371.2764.51
HexE5916402538A154741
Octal345221144045701225107101
Binary11100101100100011100100010010111100010101010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e59164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e59164; }

 p { color: rgb(229,145,100); }

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

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

 a { background-color: rgb(229,145,100); }

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

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

 span { border-color: rgb(229,145,100); }

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