#E88762

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

Shades of Copper #E88762

Tints of Copper #E88762

Color information

#E88762 (or 0xE88762) is unknown color: approx Copper. HEX triplet: E8, 87 and 62. RGB value is (232,135,98). Sum of RGB (Red+Green+Blue) = 232+135+98=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E88762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88762 is #17789D. Grayscale: #A0A0A0. Windows color (decimal): -1538206 or 6457320. OLE color: 6457320.

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

Color convert

RGB23213598-
CMYK00.420.580.09
HSL16.57º74.44%64.71%-
HSV(B)16.57º57.76%90.98%-
XYZ44.1535.3716.05-
YUV159.7893.14179.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=49.89%
G=29.03%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321359800.420.580.0916.5774.4464.71
HexE8876202A3A9114a41
Octal350207142052721121112101
Binary11101000100001111100010010101011101010011000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88762; }

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

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

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

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

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

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

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

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