#E58868

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

Shades of Copper #E58868

Tints of Copper #E58868

Color information

#E58868 (or 0xE58868) is unknown color: approx Copper. HEX triplet: E5, 88 and 68. RGB value is (229,136,104). Sum of RGB (Red+Green+Blue) = 229+136+104=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E58868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58868 is #1A7797. Grayscale: #A0A0A0. Windows color (decimal): -1734552 or 6850789. OLE color: 6850789.

HSL color Cylindrical-coordinate representation of color #E58868: hue angle of 15.36º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E58868 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB229136104-
CMYK00.410.550.10
HSL15.36º70.62%65.29%-
HSV(B)15.36º54.59%89.8%-
XYZ43.6235.2717.6-
YUV160.1696.31177.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=48.83%
G=29.00%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913610400.410.550.1015.3670.6265.29
HexE5886802937Af4741
Octal345210150051671217107101
Binary1110010110001000110100001010011101111010111110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58868; }

 p { color: rgb(229,136,104); }

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

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

 a { background-color: rgb(229,136,104); }

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

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

 span { border-color: rgb(229,136,104); }

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