#E38364

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

Shades of Copper #E38364

Tints of Copper #E38364

Color information

#E38364 (or 0xE38364) is unknown color: approx Copper. HEX triplet: E3, 83 and 64. RGB value is (227,131,100). Sum of RGB (Red+Green+Blue) = 227+131+100=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E38364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38364 is #1C7C9B. Grayscale: #9C9C9C. Windows color (decimal): -1866908 or 6587363. OLE color: 6587363.

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

Color convert

RGB227131100-
CMYK00.420.560.11
HSL14.65º69.4%64.12%-
HSV(B)14.65º55.95%89.02%-
XYZ42.133.4816.3-
YUV156.1796.3178.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.56%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=49.56%
G=28.60%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713110000.420.560.1114.6569.464.12
HexE3836402A38Bf4540
Octal343203144052701317105100
Binary1110001110000011110010001010101110001011111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38364; }

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

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

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

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

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

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

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

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