#E48264

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

Shades of Copper #E48264

Tints of Copper #E48264

Color information

#E48264 (or 0xE48264) is unknown color: approx Copper. HEX triplet: E4, 82 and 64. RGB value is (228,130,100). Sum of RGB (Red+Green+Blue) = 228+130+100=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E48264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48264 is #1B7D9B. Grayscale: #9C9C9C. Windows color (decimal): -1801628 or 6587108. OLE color: 6587108.

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

Color convert

RGB228130100-
CMYK00.430.560.11
HSL14.06º70.33%64.31%-
HSV(B)14.06º56.14%89.41%-
XYZ42.2833.3816.27-
YUV155.8896.47179.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.78%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=49.78%
G=28.38%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813010000.430.560.1114.0670.3364.31
HexE4826402B38Be4640
Octal344202144053701316106100
Binary1110010010000010110010001010111110001011111010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48264; }

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

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

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

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

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

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

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

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