#E88468

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

Shades of Copper #E88468

Tints of Copper #E88468

Color information

#E88468 (or 0xE88468) is unknown color: approx Copper. HEX triplet: E8, 84 and 68. RGB value is (232,132,104). Sum of RGB (Red+Green+Blue) = 232+132+104=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E88468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88468 is #177B97. Grayscale: #9E9E9E. Windows color (decimal): -1538968 or 6849768. OLE color: 6849768.

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

Color convert

RGB232132104-
CMYK00.430.550.09
HSL13.13º73.56%65.88%-
HSV(B)13.13º55.17%90.98%-
XYZ44.0334.6617.47-
YUV158.7197.13180.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.57%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=49.57%
G=28.21%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213210400.430.550.0913.1373.5665.88
HexE8846802B379d4a42
Octal350204150053671115112102
Binary1110100010000100110100001010111101111001110110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88468; }

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

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

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

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

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

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

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

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