#E39365

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

Shades of Copper #E39365

Tints of Copper #E39365

Color information

#E39365 (or 0xE39365) is unknown color: approx Copper. HEX triplet: E3, 93 and 65. RGB value is (227,147,101). Sum of RGB (Red+Green+Blue) = 227+147+101=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E39365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39365 is #1C6C9A. Grayscale: #A5A5A5. Windows color (decimal): -1862811 or 6656995. OLE color: 6656995.

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

Color convert

RGB227147101-
CMYK00.350.560.11
HSL21.9º69.23%64.31%-
HSV(B)21.9º55.51%89.02%-
XYZ44.4638.1417.33-
YUV165.6891.5171.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.79%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=47.79%
G=30.95%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714710100.350.560.1121.969.2364.31
HexE3936502338B164540
Octal343223145043701326105100
Binary11100011100100111100101010001111100010111011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39365; }

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

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

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

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

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

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

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

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