#E39464

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

Shades of Copper #E39464

Tints of Copper #E39464

Color information

#E39464 (or 0xE39464) is unknown color: approx Copper. HEX triplet: E3, 94 and 64. RGB value is (227,148,100). Sum of RGB (Red+Green+Blue) = 227+148+100=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E39464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39464 is #1C6B9B. Grayscale: #A6A6A6. Windows color (decimal): -1862556 or 6591715. OLE color: 6591715.

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

Color convert

RGB227148100-
CMYK00.350.560.11
HSL22.68º69.4%64.12%-
HSV(B)22.68º55.95%89.02%-
XYZ44.5738.4317.13-
YUV166.1590.67171.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.79%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=47.79%
G=31.16%
B=21.05%

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
Decimal22714810000.350.560.1122.6869.464.12
HexE3946402338B174540
Octal343224144043701327105100
Binary11100011100101001100100010001111100010111011110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39464; }

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

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

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

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

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

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

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

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