#E78361

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

Shades of Copper #E78361

Tints of Copper #E78361

Color information

#E78361 (or 0xE78361) is unknown color: approx Copper. HEX triplet: E7, 83 and 61. RGB value is (231,131,97). Sum of RGB (Red+Green+Blue) = 231+131+97=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E78361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78361 is #187C9E. Grayscale: #9D9D9D. Windows color (decimal): -1604767 or 6390759. OLE color: 6390759.

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

Color convert

RGB23113197-
CMYK00.430.580.09
HSL15.22º73.63%64.31%-
HSV(B)15.22º58.01%90.59%-
XYZ43.2334.0815.61-
YUV157.0294.13180.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=50.33%
G=28.54%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311319700.430.580.0915.2273.6364.31
HexE7836102B3A9f4a40
Octal347203141053721117112100
Binary1110011110000011110000101010111110101001111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78361; }

 p { color: rgb(231,131,97); }

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

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

 a { background-color: rgb(231,131,97); }

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

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

 span { border-color: rgb(231,131,97); }

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