#E4815D

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

Shades of Copper #E4815D

Tints of Copper #E4815D

Color information

#E4815D (or 0xE4815D) is unknown color: approx Copper. HEX triplet: E4, 81 and 5D. RGB value is (228,129,93). Sum of RGB (Red+Green+Blue) = 228+129+93=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E4815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4815D is #1B7EA2. Grayscale: #9A9A9A. Windows color (decimal): -1801891 or 6128100. OLE color: 6128100.

HSL color Cylindrical-coordinate representation of color #E4815D: hue angle of 16º degrees, saturation: 0.71, 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 #E4815D is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22812993-
CMYK00.430.590.11
HSL16º71.43%62.94%-
HSV(B)16º59.21%89.41%-
XYZ41.8232.9814.52-
YUV154.593.3180.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.67%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=50.67%
G=28.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281299300.430.590.111671.4362.94
HexE4815D02B3BB10473f
Octal34420113505373132010777
Binary1110010010000001101110101010111110111011100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4815D; }

 p { color: rgb(228,129,93); }

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

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

 a { background-color: rgb(228,129,93); }

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

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

 span { border-color: rgb(228,129,93); }

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