#E28360

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

Shades of Copper #E28360

Tints of Copper #E28360

Color information

#E28360 (or 0xE28360) is unknown color: approx Copper. HEX triplet: E2, 83 and 60. RGB value is (226,131,96). Sum of RGB (Red+Green+Blue) = 226+131+96=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E28360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28360 is #1D7C9F. Grayscale: #9B9B9B. Windows color (decimal): -1932448 or 6325218. OLE color: 6325218.

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

Color convert

RGB22613196-
CMYK00.420.580.11
HSL16.15º69.15%63.14%-
HSV(B)16.15º57.52%88.63%-
XYZ41.5933.2515.29-
YUV155.4294.47178.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=49.89%
G=28.92%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261319600.420.580.1116.1569.1563.14
HexE2836002A3AB10453f
Octal34220314005272132010577
Binary1110001010000011110000001010101110101011100001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28360; }

 p { color: rgb(226,131,96); }

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

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

 a { background-color: rgb(226,131,96); }

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

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

 span { border-color: rgb(226,131,96); }

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