#E38466

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

Shades of Copper #E38466

Tints of Copper #E38466

Color information

#E38466 (or 0xE38466) is unknown color: approx Copper. HEX triplet: E3, 84 and 66. RGB value is (227,132,102). Sum of RGB (Red+Green+Blue) = 227+132+102=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E38466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38466 is #1C7B99. Grayscale: #9D9D9D. Windows color (decimal): -1866650 or 6718691. OLE color: 6718691.

HSL color Cylindrical-coordinate representation of color #E38466: hue angle of 14.4º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E38466 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB227132102-
CMYK00.420.550.11
HSL14.4º69.06%64.51%-
HSV(B)14.4º55.07%89.02%-
XYZ42.3333.7916.86-
YUV156.9896.97177.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.24%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=49.24%
G=28.63%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713210200.420.550.1114.469.0664.51
HexE3846602A37Be4541
Octal343204146052671316105101
Binary1110001110000100110011001010101101111011111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38466; }

 p { color: rgb(227,132,102); }

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

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

 a { background-color: rgb(227,132,102); }

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

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

 span { border-color: rgb(227,132,102); }

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