#E88462

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

Shades of Copper #E88462

Tints of Copper #E88462

Color information

#E88462 (or 0xE88462) is unknown color: approx Copper. HEX triplet: E8, 84 and 62. RGB value is (232,132,98). Sum of RGB (Red+Green+Blue) = 232+132+98=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E88462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88462 is #177B9D. Grayscale: #9E9E9E. Windows color (decimal): -1538974 or 6456552. OLE color: 6456552.

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

Color convert

RGB23213298-
CMYK00.430.580.09
HSL15.22º74.44%64.71%-
HSV(B)15.22º57.76%90.98%-
XYZ43.7334.5415.92-
YUV158.0294.13180.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.22%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=50.22%
G=28.57%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321329800.430.580.0915.2274.4464.71
HexE8846202B3A9f4a41
Octal350204142053721117112101
Binary1110100010000100110001001010111110101001111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88462; }

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

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

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

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

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

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

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

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