#E38B6A

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

Shades of Copper #E38B6A

Tints of Copper #E38B6A

Color information

#E38B6A (or 0xE38B6A) is unknown color: approx Copper. HEX triplet: E3, 8B and 6A. RGB value is (227,139,106). Sum of RGB (Red+Green+Blue) = 227+139+106=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38B6A is #1C7495. Grayscale: #A1A1A1. Windows color (decimal): -1864854 or 6982627. OLE color: 6982627.

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

Color convert

RGB227139106-
CMYK00.390.530.11
HSL16.36º68.36%65.29%-
HSV(B)16.36º53.3%89.02%-
XYZ43.5135.8418.26-
YUV161.5596.65174.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.09%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=48.09%
G=29.45%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713910600.390.530.1116.3668.3665.29
HexE38B6A02735B104441
Octal343213152047651320104101
Binary11100011100010111101010010011111010110111000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38B6A; }

 p { color: rgb(227,139,106); }

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

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

 a { background-color: rgb(227,139,106); }

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

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

 span { border-color: rgb(227,139,106); }

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