#E48764

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

Shades of Copper #E48764

Tints of Copper #E48764

Color information

#E48764 (or 0xE48764) is unknown color: approx Copper. HEX triplet: E4, 87 and 64. RGB value is (228,135,100). Sum of RGB (Red+Green+Blue) = 228+135+100=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E48764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48764 is #1B789B. Grayscale: #9F9F9F. Windows color (decimal): -1800348 or 6588388. OLE color: 6588388.

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

Color convert

RGB228135100-
CMYK00.410.560.11
HSL16.41º70.33%64.31%-
HSV(B)16.41º56.14%89.41%-
XYZ42.9634.7416.5-
YUV158.8294.81177.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.24%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=49.24%
G=29.16%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813510000.410.560.1116.4170.3364.31
HexE4876402938B104640
Octal344207144051701320106100
Binary11100100100001111100100010100111100010111000010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48764; }

 p { color: rgb(228,135,100); }

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

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

 a { background-color: rgb(228,135,100); }

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

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

 span { border-color: rgb(228,135,100); }

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