#E28060

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

Shades of Copper #E28060

Tints of Copper #E28060

Color information

#E28060 (or 0xE28060) is unknown color: approx Copper. HEX triplet: E2, 80 and 60. RGB value is (226,128,96). Sum of RGB (Red+Green+Blue) = 226+128+96=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E28060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28060 is #1D7F9F. Grayscale: #999999. Windows color (decimal): -1933216 or 6324450. OLE color: 6324450.

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

Color convert

RGB22612896-
CMYK00.430.580.11
HSL14.77º69.15%63.14%-
HSV(B)14.77º57.52%88.63%-
XYZ41.1932.4515.16-
YUV153.6595.47179.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.22%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=50.22%
G=28.44%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261289600.430.580.1114.7769.1563.14
HexE2806002B3ABf453f
Octal34220014005372131710577
Binary111000101000000011000000101011111010101111111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28060; }

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

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

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

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

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

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

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

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