#E38860

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

Shades of Copper #E38860

Tints of Copper #E38860

Color information

#E38860 (or 0xE38860) is unknown color: approx Copper. HEX triplet: E3, 88 and 60. RGB value is (227,136,96). Sum of RGB (Red+Green+Blue) = 227+136+96=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E38860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38860 is #1C779F. Grayscale: #9E9E9E. Windows color (decimal): -1865632 or 6326499. OLE color: 6326499.

HSL color Cylindrical-coordinate representation of color #E38860: hue angle of 18.32º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E38860 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22713696-
CMYK00.400.580.11
HSL18.32º70.05%63.33%-
HSV(B)18.32º57.71%89.02%-
XYZ42.5934.7815.54-
YUV158.6592.65176.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.46%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=49.46%
G=29.63%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271369600.400.580.1118.3270.0563.33
HexE388600283AB12463f
Octal34321014005072132210677
Binary1110001110001000110000001010001110101011100101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38860; }

 p { color: rgb(227,136,96); }

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

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

 a { background-color: rgb(227,136,96); }

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

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

 span { border-color: rgb(227,136,96); }

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