#E29168

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

Shades of Copper #E29168

Tints of Copper #E29168

Color information

#E29168 (or 0xE29168) is unknown color: approx Copper. HEX triplet: E2, 91 and 68. RGB value is (226,145,104). Sum of RGB (Red+Green+Blue) = 226+145+104=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E29168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29168 is #1D6E97. Grayscale: #A4A4A4. Windows color (decimal): -1928856 or 6853090. OLE color: 6853090.

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

Color convert

RGB226145104-
CMYK00.360.540.11
HSL20.16º67.78%64.71%-
HSV(B)20.16º53.98%88.63%-
XYZ43.9937.4218-
YUV164.5493.84171.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=47.58%
G=30.53%
B=21.89%

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
Decimal22614510400.360.540.1120.1667.7864.71
HexE2916802436B144441
Octal342221150044661324104101
Binary11100010100100011101000010010011011010111010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29168; }

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

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

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

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

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

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

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

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