#E88362

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

Shades of Copper #E88362

Tints of Copper #E88362

Color information

#E88362 (or 0xE88362) is unknown color: approx Copper. HEX triplet: E8, 83 and 62. RGB value is (232,131,98). Sum of RGB (Red+Green+Blue) = 232+131+98=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E88362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88362 is #177C9D. Grayscale: #9D9D9D. Windows color (decimal): -1539230 or 6456296. OLE color: 6456296.

HSL color Cylindrical-coordinate representation of color #E88362: hue angle of 14.78º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E88362 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23213198-
CMYK00.440.580.09
HSL14.78º74.44%64.71%-
HSV(B)14.78º57.76%90.98%-
XYZ43.634.2715.87-
YUV157.4494.46181.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.33%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=50.33%
G=28.42%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321319800.440.580.0914.7874.4464.71
HexE8836202C3A9f4a41
Octal350203142054721117112101
Binary1110100010000011110001001011001110101001111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88362; }

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

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

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

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

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

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

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

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