#E7916A

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

Shades of Copper #E7916A

Tints of Copper #E7916A

Color information

#E7916A (or 0xE7916A) is unknown color: approx Copper. HEX triplet: E7, 91 and 6A. RGB value is (231,145,106). Sum of RGB (Red+Green+Blue) = 231+145+106=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7916A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7916A is #186E95. Grayscale: #A6A6A6. Windows color (decimal): -1601174 or 6984167. OLE color: 6984167.

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

Color convert

RGB231145106-
CMYK00.370.540.09
HSL18.72º72.25%66.08%-
HSV(B)18.72º54.11%90.59%-
XYZ45.6838.2818.62-
YUV166.2793.99174.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=47.93%
G=30.08%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114510600.370.540.0918.7272.2566.08
HexE7916A025369134842
Octal347221152045661123110102
Binary11100111100100011101010010010111011010011001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7916A; }

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

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

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

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

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

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

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

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