#E7906A

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

Shades of Copper #E7906A

Tints of Copper #E7906A

Color information

#E7906A (or 0xE7906A) is unknown color: approx Copper. HEX triplet: E7, 90 and 6A. RGB value is (231,144,106). Sum of RGB (Red+Green+Blue) = 231+144+106=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7906A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7906A is #186F95. Grayscale: #A5A5A5. Windows color (decimal): -1601430 or 6983911. OLE color: 6983911.

HSL color Cylindrical-coordinate representation of color #E7906A: hue angle of 18.24º 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 #E7906A is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231144106-
CMYK00.380.540.09
HSL18.24º72.25%66.08%-
HSV(B)18.24º54.11%90.59%-
XYZ45.5337.9818.57-
YUV165.6894.32174.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 106 (41.80% from 255) = 22.04%
R=48.02%
G=29.94%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114410600.380.540.0918.2472.2566.08
HexE7906A026369124842
Octal347220152046661122110102
Binary11100111100100001101010010011011011010011001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7906A; }

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

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

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

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

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

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

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

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