#E48965

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

Shades of Copper #E48965

Tints of Copper #E48965

Color information

#E48965 (or 0xE48965) is unknown color: approx Copper. HEX triplet: E4, 89 and 65. RGB value is (228,137,101). Sum of RGB (Red+Green+Blue) = 228+137+101=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E48965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48965 is #1B769A. Grayscale: #A0A0A0. Windows color (decimal): -1799835 or 6654436. OLE color: 6654436.

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

Color convert

RGB228137101-
CMYK00.400.560.11
HSL17.01º70.17%64.51%-
HSV(B)17.01º55.7%89.41%-
XYZ43.2935.3216.85-
YUV160.1194.65176.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.93%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=48.93%
G=29.40%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813710100.400.560.1117.0170.1764.51
HexE4896502838B114641
Octal344211145050701321106101
Binary11100100100010011100101010100011100010111000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48965; }

 p { color: rgb(228,137,101); }

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

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

 a { background-color: rgb(228,137,101); }

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

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

 span { border-color: rgb(228,137,101); }

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