#E38864

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

Shades of Copper #E38864

Tints of Copper #E38864

Color information

#E38864 (or 0xE38864) is unknown color: approx Copper. HEX triplet: E3, 88 and 64. RGB value is (227,136,100). Sum of RGB (Red+Green+Blue) = 227+136+100=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E38864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38864 is #1C779B. Grayscale: #9F9F9F. Windows color (decimal): -1865628 or 6588643. OLE color: 6588643.

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

Color convert

RGB227136100-
CMYK00.400.560.11
HSL17.01º69.4%64.12%-
HSV(B)17.01º55.95%89.02%-
XYZ42.7834.8616.53-
YUV159.194.65176.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.03%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=49.03%
G=29.37%
B=21.60%

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
Decimal22713610000.400.560.1117.0169.464.12
HexE3886402838B114540
Octal343210144050701321105100
Binary11100011100010001100100010100011100010111000110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38864; }

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

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

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

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

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

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

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

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