#E38064

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

Shades of Copper #E38064

Tints of Copper #E38064

Color information

#E38064 (or 0xE38064) is unknown color: approx Copper. HEX triplet: E3, 80 and 64. RGB value is (227,128,100). Sum of RGB (Red+Green+Blue) = 227+128+100=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E38064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38064 is #1C7F9B. Grayscale: #9A9A9A. Windows color (decimal): -1867676 or 6586595. OLE color: 6586595.

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

Color convert

RGB227128100-
CMYK00.440.560.11
HSL13.23º69.4%64.12%-
HSV(B)13.23º55.95%89.02%-
XYZ41.732.6916.17-
YUV154.4197.3179.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=49.89%
G=28.13%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712810000.440.560.1113.2369.464.12
HexE3806402C38Bd4540
Octal343200144054701315105100
Binary1110001110000000110010001011001110001011110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38064; }

 p { color: rgb(227,128,100); }

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

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

 a { background-color: rgb(227,128,100); }

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

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

 span { border-color: rgb(227,128,100); }

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