#E78C69

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

Shades of Copper #E78C69

Tints of Copper #E78C69

Color information

#E78C69 (or 0xE78C69) is unknown color: approx Copper. HEX triplet: E7, 8C and 69. RGB value is (231,140,105). Sum of RGB (Red+Green+Blue) = 231+140+105=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C69 is #187396. Grayscale: #A3A3A3. Windows color (decimal): -1602455 or 6917351. OLE color: 6917351.

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

Color convert

RGB231140105-
CMYK00.390.550.09
HSL16.67º72.41%65.88%-
HSV(B)16.67º54.55%90.59%-
XYZ44.8836.7718.1-
YUV163.2295.15176.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.53%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=48.53%
G=29.41%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114010500.390.550.0916.6772.4165.88
HexE78C69027379114842
Octal347214151047671121110102
Binary11100111100011001101001010011111011110011000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78C69; }

 p { color: rgb(231,140,105); }

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

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

 a { background-color: rgb(231,140,105); }

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

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

 span { border-color: rgb(231,140,105); }

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