#e18067

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

Shades of Copper #E18067

Tints of Copper #E18067

Color information

#E18067 (or 0xE18067) is unknown color: approx Copper. HEX triplet: E1, 80 and 67. RGB value is (225,128,103). Sum of RGB (Red+Green+Blue) = 225+128+103=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E18067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18067 is #1E7F98. Grayscale: #9A9A9A. Windows color (decimal): -1998745 or 6783201. OLE color: 6783201.

HSL color Cylindrical-coordinate representation of color #E18067: hue angle of 12.3º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E18067 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225128103-
CMYK00.430.540.12
HSL12.3º67.03%64.31%-
HSV(B)12.3º54.22%88.24%-
XYZ41.2232.4316.92-
YUV154.1599.14178.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=49.34%
G=28.07%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512810300.430.540.1212.367.0364.31
HexE1806702B36Cc4340
Octal341200147053661414103100
Binary1110000110000000110011101010111101101100110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18067; }

 p { color: rgb(225,128,103); }

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

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

 a { background-color: rgb(225,128,103); }

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

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

 span { border-color: rgb(225,128,103); }

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