#e38165

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

Shades of Copper #E38165

Tints of Copper #E38165

Color information

#E38165 (or 0xE38165) is unknown color: approx Copper. HEX triplet: E3, 81 and 65. RGB value is (227,129,101). Sum of RGB (Red+Green+Blue) = 227+129+101=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E38165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38165 is #1C7E9A. Grayscale: #9B9B9B. Windows color (decimal): -1867419 or 6652387. OLE color: 6652387.

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

Color convert

RGB227129101-
CMYK00.430.560.11
HSL13.33º69.23%64.31%-
HSV(B)13.33º55.51%89.02%-
XYZ41.8832.9716.47-
YUV155.1197.47179.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.67%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=49.67%
G=28.23%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712910100.430.560.1113.3369.2364.31
HexE3816502B38Bd4540
Octal343201145053701315105100
Binary1110001110000001110010101010111110001011110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e38165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e38165; }

 p { color: rgb(227,129,101); }

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

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

 a { background-color: rgb(227,129,101); }

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

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

 span { border-color: rgb(227,129,101); }

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