#E38D66

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

Shades of Copper #E38D66

Tints of Copper #E38D66

Color information

#E38D66 (or 0xE38D66) is unknown color: approx Copper. HEX triplet: E3, 8D and 66. RGB value is (227,141,102). Sum of RGB (Red+Green+Blue) = 227+141+102=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D66 is #1C7299. Grayscale: #A2A2A2. Windows color (decimal): -1864346 or 6720995. OLE color: 6720995.

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

Color convert

RGB227141102-
CMYK00.380.550.11
HSL18.72º69.06%64.51%-
HSV(B)18.72º55.07%89.02%-
XYZ43.636.3417.29-
YUV162.2793.99174.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.30%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=48.30%
G=30%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714110200.380.550.1118.7269.0664.51
HexE38D6602637B134541
Octal343215146046671323105101
Binary11100011100011011100110010011011011110111001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38D66; }

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

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

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

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

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

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

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

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