#E39065

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

Shades of Copper #E39065

Tints of Copper #E39065

Color information

#E39065 (or 0xE39065) is unknown color: approx Copper. HEX triplet: E3, 90 and 65. RGB value is (227,144,101). Sum of RGB (Red+Green+Blue) = 227+144+101=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E39065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39065 is #1C6F9A. Grayscale: #A4A4A4. Windows color (decimal): -1863579 or 6656227. OLE color: 6656227.

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

Color convert

RGB227144101-
CMYK00.370.560.11
HSL20.48º69.23%64.31%-
HSV(B)20.48º55.51%89.02%-
XYZ4437.2217.18-
YUV163.9292.5173-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.09%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=48.09%
G=30.51%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714410100.370.560.1120.4869.2364.31
HexE3906502538B144540
Octal343220145045701324105100
Binary11100011100100001100101010010111100010111010010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39065; }

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

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

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

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

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

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

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

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