#E28B5D

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

Shades of Copper #E28B5D

Tints of Copper #E28B5D

Color information

#E28B5D (or 0xE28B5D) is unknown color: approx Copper. HEX triplet: E2, 8B and 5D. RGB value is (226,139,93). Sum of RGB (Red+Green+Blue) = 226+139+93=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B5D is #1D74A2. Grayscale: #A0A0A0. Windows color (decimal): -1930403 or 6130658. OLE color: 6130658.

HSL color Cylindrical-coordinate representation of color #E28B5D: hue angle of 20.75º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E28B5D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22613993-
CMYK00.380.590.11
HSL20.75º69.63%62.55%-
HSV(B)20.75º58.85%88.63%-
XYZ42.5735.4214.95-
YUV159.7790.32175.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 93 (36.72% from 255) = 20.31%
R=49.34%
G=30.35%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261399300.380.590.1120.7569.6362.55
HexE28B5D0263BB15463f
Octal34221313504673132510677
Binary1110001010001011101110101001101110111011101011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28B5D; }

 p { color: rgb(226,139,93); }

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

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

 a { background-color: rgb(226,139,93); }

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

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

 span { border-color: rgb(226,139,93); }

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