#E38D63

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

Shades of Copper #E38D63

Tints of Copper #E38D63

Color information

#E38D63 (or 0xE38D63) is unknown color: approx Copper. HEX triplet: E3, 8D and 63. RGB value is (227,141,99). Sum of RGB (Red+Green+Blue) = 227+141+99=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D63 is #1C729C. Grayscale: #A2A2A2. Windows color (decimal): -1864349 or 6524387. OLE color: 6524387.

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

Color convert

RGB22714199-
CMYK00.380.560.11
HSL19.69º69.57%63.92%-
HSV(B)19.69º56.39%89.02%-
XYZ43.4636.2816.52-
YUV161.9392.49174.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.61%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=48.61%
G=30.19%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271419900.380.560.1119.6969.5763.92
HexE38D6302638B144640
Octal343215143046701324106100
Binary11100011100011011100011010011011100010111010010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38D63; }

 p { color: rgb(227,141,99); }

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

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

 a { background-color: rgb(227,141,99); }

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

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

 span { border-color: rgb(227,141,99); }

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