#E88760

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

Shades of Copper #E88760

Tints of Copper #E88760

Color information

#E88760 (or 0xE88760) is unknown color: approx Copper. HEX triplet: E8, 87 and 60. RGB value is (232,135,96). Sum of RGB (Red+Green+Blue) = 232+135+96=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E88760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88760 is #17789F. Grayscale: #9F9F9F. Windows color (decimal): -1538208 or 6326248. OLE color: 6326248.

HSL color Cylindrical-coordinate representation of color #E88760: hue angle of 17.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E88760 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23213596-
CMYK00.420.590.09
HSL17.21º74.73%64.31%-
HSV(B)17.21º58.62%90.98%-
XYZ44.0535.3315.56-
YUV159.5692.14179.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.11%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=50.11%
G=29.16%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321359600.420.590.0917.2174.7364.31
HexE8876002A3B9114b40
Octal350207140052731121113100
Binary11101000100001111100000010101011101110011000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88760; }

 p { color: rgb(232,135,96); }

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

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

 a { background-color: rgb(232,135,96); }

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

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

 span { border-color: rgb(232,135,96); }

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