#E28A6D

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

Shades of Copper #E28A6D

Tints of Copper #E28A6D

Color information

#E28A6D (or 0xE28A6D) is unknown color: approx Copper. HEX triplet: E2, 8A and 6D. RGB value is (226,138,109). Sum of RGB (Red+Green+Blue) = 226+138+109=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A6D is #1D7592. Grayscale: #A1A1A1. Windows color (decimal): -1930643 or 7178978. OLE color: 7178978.

HSL color Cylindrical-coordinate representation of color #E28A6D: hue angle of 14.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E28A6D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226138109-
CMYK00.390.520.11
HSL14.87º66.86%65.69%-
HSV(B)14.87º51.77%88.63%-
XYZ43.2135.4519.03-
YUV161.0198.65174.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=47.78%
G=29.18%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613810900.390.520.1114.8766.8665.69
HexE28A6D02734Bf4342
Octal342212155047641317103102
Binary1110001010001010110110101001111101001011111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28A6D; }

 p { color: rgb(226,138,109); }

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

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

 a { background-color: rgb(226,138,109); }

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

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

 span { border-color: rgb(226,138,109); }

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