#E18A67

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

Shades of Copper #E18A67

Tints of Copper #E18A67

Color information

#E18A67 (or 0xE18A67) is unknown color: approx Copper. HEX triplet: E1, 8A and 67. RGB value is (225,138,103). Sum of RGB (Red+Green+Blue) = 225+138+103=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A67 is #1E7598. Grayscale: #A0A0A0. Windows color (decimal): -1996185 or 6785761. OLE color: 6785761.

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

Color convert

RGB225138103-
CMYK00.390.540.12
HSL17.21º67.03%64.31%-
HSV(B)17.21º54.22%88.24%-
XYZ42.5935.1617.37-
YUV160.0295.82174.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 103 (40.62% from 255) = 22.10%
R=48.28%
G=29.61%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513810300.390.540.1217.2167.0364.31
HexE18A6702736C114340
Octal341212147047661421103100
Binary11100001100010101100111010011111011011001000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A67; }

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

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

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

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

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

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

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

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