#E39265

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

Shades of Copper #E39265

Tints of Copper #E39265

Color information

#E39265 (or 0xE39265) is unknown color: approx Copper. HEX triplet: E3, 92 and 65. RGB value is (227,146,101). Sum of RGB (Red+Green+Blue) = 227+146+101=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E39265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39265 is #1C6D9A. Grayscale: #A5A5A5. Windows color (decimal): -1863067 or 6656739. OLE color: 6656739.

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

Color convert

RGB227146101-
CMYK00.360.560.11
HSL21.43º69.23%64.31%-
HSV(B)21.43º55.51%89.02%-
XYZ44.3137.8317.28-
YUV165.0991.84172.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.89%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 101 (39.84% from 255) = 21.31%
R=47.89%
G=30.80%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714610100.360.560.1121.4369.2364.31
HexE3926502438B154540
Octal343222145044701325105100
Binary11100011100100101100101010010011100010111010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39265; }

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

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

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

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

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

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

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

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