#E79364

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

Shades of Copper #E79364

Tints of Copper #E79364

Color information

#E79364 (or 0xE79364) is unknown color: approx Copper. HEX triplet: E7, 93 and 64. RGB value is (231,147,100). Sum of RGB (Red+Green+Blue) = 231+147+100=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E79364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79364 is #186C9B. Grayscale: #A7A7A7. Windows color (decimal): -1600668 or 6591463. OLE color: 6591463.

HSL color Cylindrical-coordinate representation of color #E79364: hue angle of 21.53º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E79364 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB231147100-
CMYK00.360.570.09
HSL21.53º73.18%64.9%-
HSV(B)21.53º56.71%90.59%-
XYZ45.6938.7817.13-
YUV166.7690.33173.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=48.33%
G=30.75%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114710000.360.570.0921.5373.1864.9
HexE79364024399164941
Octal347223144044711126111101
Binary11100111100100111100100010010011100110011011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79364; }

 p { color: rgb(231,147,100); }

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

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

 a { background-color: rgb(231,147,100); }

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

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

 span { border-color: rgb(231,147,100); }

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