#E49168

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

Shades of Copper #E49168

Tints of Copper #E49168

Color information

#E49168 (or 0xE49168) is unknown color: approx Copper. HEX triplet: E4, 91 and 68. RGB value is (228,145,104). Sum of RGB (Red+Green+Blue) = 228+145+104=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E49168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49168 is #1B6E97. Grayscale: #A5A5A5. Windows color (decimal): -1797784 or 6853092. OLE color: 6853092.

HSL color Cylindrical-coordinate representation of color #E49168: hue angle of 19.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E49168 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228145104-
CMYK00.360.540.11
HSL19.84º69.66%65.1%-
HSV(B)19.84º54.39%89.41%-
XYZ44.6237.7418.03-
YUV165.1493.5172.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=47.80%
G=30.40%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814510400.360.540.1119.8469.6665.1
HexE4916802436B144641
Octal344221150044661324106101
Binary11100100100100011101000010010011011010111010010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49168; }

 p { color: rgb(228,145,104); }

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

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

 a { background-color: rgb(228,145,104); }

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

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

 span { border-color: rgb(228,145,104); }

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