#E37F65

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

Shades of Copper #E37F65

Tints of Copper #E37F65

Color information

#E37F65 (or 0xE37F65) is unknown color: approx Copper. HEX triplet: E3, 7F and 65. RGB value is (227,127,101). Sum of RGB (Red+Green+Blue) = 227+127+101=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37F65 is #1C809A. Grayscale: #9A9A9A. Windows color (decimal): -1867931 or 6651875. OLE color: 6651875.

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

Color convert

RGB227127101-
CMYK00.440.560.11
HSL12.38º69.23%64.31%-
HSV(B)12.38º55.51%89.02%-
XYZ41.6232.4516.38-
YUV153.9498.13180.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=49.89%
G=27.91%
B=22.20%

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
Decimal22712710100.440.560.1112.3869.2364.31
HexE37F6502C38Bc4540
Octal343177145054701314105100
Binary111000111111111110010101011001110001011110010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37F65; }

 p { color: rgb(227,127,101); }

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

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

 a { background-color: rgb(227,127,101); }

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

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

 span { border-color: rgb(227,127,101); }

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