#E8886B

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

Shades of Copper #E8886B

Tints of Copper #E8886B

Color information

#E8886B (or 0xE8886B) is unknown color: approx Copper. HEX triplet: E8, 88 and 6B. RGB value is (232,136,107). Sum of RGB (Red+Green+Blue) = 232+136+107=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E8886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8886B is #177794. Grayscale: #A1A1A1. Windows color (decimal): -1537941 or 7047400. OLE color: 7047400.

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

Color convert

RGB232136107-
CMYK00.410.540.09
HSL13.92º73.1%66.47%-
HSV(B)13.92º53.88%90.98%-
XYZ44.7435.8318.47-
YUV161.497.3178.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=48.84%
G=28.63%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213610700.410.540.0913.9273.166.47
HexE8886B029369e4942
Octal350210153051661116111102
Binary1110100010001000110101101010011101101001111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8886B; }

 p { color: rgb(232,136,107); }

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

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

 a { background-color: rgb(232,136,107); }

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

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

 span { border-color: rgb(232,136,107); }

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