#E88360

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

Shades of Copper #E88360

Tints of Copper #E88360

Color information

#E88360 (or 0xE88360) is unknown color: approx Copper. HEX triplet: E8, 83 and 60. RGB value is (232,131,96). Sum of RGB (Red+Green+Blue) = 232+131+96=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E88360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88360 is #177C9F. Grayscale: #9D9D9D. Windows color (decimal): -1539232 or 6325224. OLE color: 6325224.

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

Color convert

RGB23213196-
CMYK00.440.590.09
HSL15.44º74.73%64.31%-
HSV(B)15.44º58.62%90.98%-
XYZ43.5134.2315.38-
YUV157.2193.46181.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.54%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=50.54%
G=28.54%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321319600.440.590.0915.4474.7364.31
HexE8836002C3B9f4b40
Octal350203140054731117113100
Binary1110100010000011110000001011001110111001111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88360; }

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

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

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

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

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

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

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

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