#E49568

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

Shades of Copper #E49568

Tints of Copper #E49568

Color information

#E49568 (or 0xE49568) is unknown color: approx Copper. HEX triplet: E4, 95 and 68. RGB value is (228,149,104). Sum of RGB (Red+Green+Blue) = 228+149+104=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E49568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49568 is #1B6A97. Grayscale: #A7A7A7. Windows color (decimal): -1796760 or 6854116. OLE color: 6854116.

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

Color convert

RGB228149104-
CMYK00.350.540.11
HSL21.77º69.66%65.1%-
HSV(B)21.77º54.39%89.41%-
XYZ45.2438.9918.24-
YUV167.4992.17171.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.40%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=47.40%
G=30.98%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814910400.350.540.1121.7769.6665.1
HexE4956802336B164641
Octal344225150043661326106101
Binary11100100100101011101000010001111011010111011010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49568; }

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

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

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

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

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

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

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

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