#e18367

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

Shades of Copper #E18367

Tints of Copper #E18367

Color information

#E18367 (or 0xE18367) is unknown color: approx Copper. HEX triplet: E1, 83 and 67. RGB value is (225,131,103). Sum of RGB (Red+Green+Blue) = 225+131+103=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E18367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18367 is #1E7C98. Grayscale: #9C9C9C. Windows color (decimal): -1997977 or 6783969. OLE color: 6783969.

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

Color convert

RGB225131103-
CMYK00.420.540.12
HSL13.77º67.03%64.31%-
HSV(B)13.77º54.22%88.24%-
XYZ41.6233.2217.05-
YUV155.9198.14177.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=49.02%
G=28.54%
B=22.44%

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
Decimal22513110300.420.540.1213.7767.0364.31
HexE1836702A36Ce4340
Octal341203147052661416103100
Binary1110000110000011110011101010101101101100111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18367; }

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

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

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

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

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

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

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

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