#e18267

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

Shades of Copper #E18267

Tints of Copper #E18267

Color information

#E18267 (or 0xE18267) is unknown color: approx Copper. HEX triplet: E1, 82 and 67. RGB value is (225,130,103). Sum of RGB (Red+Green+Blue) = 225+130+103=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E18267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18267 is #1E7D98. Grayscale: #9B9B9B. Windows color (decimal): -1998233 or 6783713. OLE color: 6783713.

HSL color Cylindrical-coordinate representation of color #E18267: hue angle of 13.28º 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 #E18267 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225130103-
CMYK00.420.540.12
HSL13.28º67.03%64.31%-
HSV(B)13.28º54.22%88.24%-
XYZ41.4832.9517.01-
YUV155.3398.47177.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.13%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=49.13%
G=28.38%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513010300.420.540.1213.2867.0364.31
HexE1826702A36Cd4340
Octal341202147052661415103100
Binary1110000110000010110011101010101101101100110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18267; }

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

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

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

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

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

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

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

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