#E38560

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

Shades of Copper #E38560

Tints of Copper #E38560

Color information

#E38560 (or 0xE38560) is unknown color: approx Copper. HEX triplet: E3, 85 and 60. RGB value is (227,133,96). Sum of RGB (Red+Green+Blue) = 227+133+96=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E38560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38560 is #1C7A9F. Grayscale: #9D9D9D. Windows color (decimal): -1866400 or 6325731. OLE color: 6325731.

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

Color convert

RGB22713396-
CMYK00.410.580.11
HSL16.95º70.05%63.33%-
HSV(B)16.95º57.71%89.02%-
XYZ42.1833.9515.4-
YUV156.8993.64178.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.78%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=49.78%
G=29.17%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271339600.410.580.1116.9570.0563.33
HexE385600293AB11463f
Octal34320514005172132110677
Binary1110001110000101110000001010011110101011100011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38560; }

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

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

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

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

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

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

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

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