#E88E6C

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

Shades of Copper #E88E6C

Tints of Copper #E88E6C

Color information

#E88E6C (or 0xE88E6C) is unknown color: approx Copper. HEX triplet: E8, 8E and 6C. RGB value is (232,142,108). Sum of RGB (Red+Green+Blue) = 232+142+108=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88E6C is #177193. Grayscale: #A5A5A5. Windows color (decimal): -1536404 or 7114472. OLE color: 7114472.

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

Color convert

RGB232142108-
CMYK00.390.530.09
HSL16.45º72.94%66.67%-
HSV(B)16.45º53.45%90.98%-
XYZ45.6637.5819.04-
YUV165.0395.82175.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=48.13%
G=29.46%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214210800.390.530.0916.4572.9466.67
HexE88E6C027359104943
Octal350216154047651120111103
Binary11101000100011101101100010011111010110011000010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88E6C; }

 p { color: rgb(232,142,108); }

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

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

 a { background-color: rgb(232,142,108); }

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

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

 span { border-color: rgb(232,142,108); }

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