#E5915E

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

Shades of Copper #E5915E

Tints of Copper #E5915E

Color information

#E5915E (or 0xE5915E) is unknown color: approx Copper. HEX triplet: E5, 91 and 5E. RGB value is (229,145,94). Sum of RGB (Red+Green+Blue) = 229+145+94=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5915E is #1A6EA1. Grayscale: #A4A4A4. Windows color (decimal): -1732258 or 6197733. OLE color: 6197733.

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

Color convert

RGB22914594-
CMYK00.370.590.10
HSL22.67º72.19%63.33%-
HSV(B)22.67º58.95%89.8%-
XYZ44.4637.7215.53-
YUV164.388.33174.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=48.93%
G=30.98%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291459400.370.590.1022.6772.1963.33
HexE5915E0253BA17483f
Octal34522113604573122711077
Binary1110010110010001101111001001011110111010101111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5915E; }

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

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

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

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

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

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

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

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