#E7915F

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

Shades of Copper #E7915F

Tints of Copper #E7915F

Color information

#E7915F (or 0xE7915F) is unknown color: approx Copper. HEX triplet: E7, 91 and 5F. RGB value is (231,145,95). Sum of RGB (Red+Green+Blue) = 231+145+95=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7915F is #186EA0. Grayscale: #A5A5A5. Windows color (decimal): -1601185 or 6263271. OLE color: 6263271.

HSL color Cylindrical-coordinate representation of color #E7915F: hue angle of 22.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7915F is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23114595-
CMYK00.370.590.09
HSL22.06º73.91%63.92%-
HSV(B)22.06º58.87%90.59%-
XYZ45.1538.0715.79-
YUV165.0188.49175.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=49.04%
G=30.79%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311459500.370.590.0922.0673.9163.92
HexE7915F0253B9164a40
Octal347221137045731126112100
Binary11100111100100011011111010010111101110011011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7915F; }

 p { color: rgb(231,145,95); }

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

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

 a { background-color: rgb(231,145,95); }

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

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

 span { border-color: rgb(231,145,95); }

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