#E28366

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

Shades of Copper #E28366

Tints of Copper #E28366

Color information

#E28366 (or 0xE28366) is unknown color: approx Copper. HEX triplet: E2, 83 and 66. RGB value is (226,131,102). Sum of RGB (Red+Green+Blue) = 226+131+102=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E28366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28366 is #1D7C99. Grayscale: #9C9C9C. Windows color (decimal): -1932442 or 6718434. OLE color: 6718434.

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

Color convert

RGB226131102-
CMYK00.420.550.11
HSL14.03º68.13%64.31%-
HSV(B)14.03º54.87%88.63%-
XYZ41.8833.3616.8-
YUV156.197.47177.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=49.24%
G=28.54%
B=22.22%

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
Decimal22613110200.420.550.1114.0368.1364.31
HexE2836602A37Be4440
Octal342203146052671316104100
Binary1110001010000011110011001010101101111011111010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28366; }

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

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

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

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

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

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

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

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