#E28467

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

Shades of Copper #E28467

Tints of Copper #E28467

Color information

#E28467 (or 0xE28467) is unknown color: approx Copper. HEX triplet: E2, 84 and 67. RGB value is (226,132,103). Sum of RGB (Red+Green+Blue) = 226+132+103=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E28467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28467 is #1D7B98. Grayscale: #9D9D9D. Windows color (decimal): -1932185 or 6784226. OLE color: 6784226.

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

Color convert

RGB226132103-
CMYK00.420.540.11
HSL14.15º67.96%64.51%-
HSV(B)14.15º54.42%88.63%-
XYZ42.0633.6517.11-
YUV156.897.64177.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=49.02%
G=28.63%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613210300.420.540.1114.1567.9664.51
HexE2846702A36Be4441
Octal342204147052661316104101
Binary1110001010000100110011101010101101101011111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28467; }

 p { color: rgb(226,132,103); }

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

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

 a { background-color: rgb(226,132,103); }

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

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

 span { border-color: rgb(226,132,103); }

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