#E78F6A

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

Shades of Copper #E78F6A

Tints of Copper #E78F6A

Color information

#E78F6A (or 0xE78F6A) is unknown color: approx Copper. HEX triplet: E7, 8F and 6A. RGB value is (231,143,106). Sum of RGB (Red+Green+Blue) = 231+143+106=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78F6A is #187095. Grayscale: #A5A5A5. Windows color (decimal): -1601686 or 6983655. OLE color: 6983655.

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

Color convert

RGB231143106-
CMYK00.380.540.09
HSL17.76º72.25%66.08%-
HSV(B)17.76º54.11%90.59%-
XYZ45.3837.6718.52-
YUV165.0994.65175.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=48.12%
G=29.79%
B=22.08%

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
Decimal23114310600.380.540.0917.7672.2566.08
HexE78F6A026369124842
Octal347217152046661122110102
Binary11100111100011111101010010011011011010011001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F6A; }

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

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

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

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

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

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

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

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