#E78260

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

Shades of Copper #E78260

Tints of Copper #E78260

Color information

#E78260 (or 0xE78260) is unknown color: approx Copper. HEX triplet: E7, 82 and 60. RGB value is (231,130,96). Sum of RGB (Red+Green+Blue) = 231+130+96=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E78260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78260 is #187D9F. Grayscale: #9C9C9C. Windows color (decimal): -1605024 or 6324967. OLE color: 6324967.

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

Color convert

RGB23113096-
CMYK00.440.580.09
HSL15.11º73.77%64.12%-
HSV(B)15.11º58.44%90.59%-
XYZ43.0533.815.32-
YUV156.3293.96181.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=50.55%
G=28.45%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311309600.440.580.0915.1173.7764.12
HexE7826002C3A9f4a40
Octal347202140054721117112100
Binary1110011110000010110000001011001110101001111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78260; }

 p { color: rgb(231,130,96); }

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

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

 a { background-color: rgb(231,130,96); }

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

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

 span { border-color: rgb(231,130,96); }

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