#E28266

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

Shades of Copper #E28266

Tints of Copper #E28266

Color information

#E28266 (or 0xE28266) is unknown color: approx Copper. HEX triplet: E2, 82 and 66. RGB value is (226,130,102). Sum of RGB (Red+Green+Blue) = 226+130+102=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E28266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28266 is #1D7D99. Grayscale: #9B9B9B. Windows color (decimal): -1932698 or 6718178. OLE color: 6718178.

HSL color Cylindrical-coordinate representation of color #E28266: hue angle of 13.55º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E28266 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226130102-
CMYK00.420.550.11
HSL13.55º68.13%64.31%-
HSV(B)13.55º54.87%88.63%-
XYZ41.7433.0916.76-
YUV155.5197.8178.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 102 (40.23% from 255) = 22.27%
R=49.34%
G=28.38%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613010200.420.550.1113.5568.1364.31
HexE2826602A37Be4440
Octal342202146052671316104100
Binary1110001010000010110011001010101101111011111010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28266; }

 p { color: rgb(226,130,102); }

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

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

 a { background-color: rgb(226,130,102); }

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

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

 span { border-color: rgb(226,130,102); }

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