#E2926D

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

Shades of Copper #E2926D

Tints of Copper #E2926D

Color information

#E2926D (or 0xE2926D) is unknown color: approx Copper. HEX triplet: E2, 92 and 6D. RGB value is (226,146,109). Sum of RGB (Red+Green+Blue) = 226+146+109=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2926D is #1D6D92. Grayscale: #A5A5A5. Windows color (decimal): -1928595 or 7181026. OLE color: 7181026.

HSL color Cylindrical-coordinate representation of color #E2926D: hue angle of 18.97º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2926D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226146109-
CMYK00.350.520.11
HSL18.97º66.86%65.69%-
HSV(B)18.97º51.77%88.63%-
XYZ44.437.8319.43-
YUV165.796171.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.99%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=46.99%
G=30.35%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614610900.350.520.1118.9766.8665.69
HexE2926D02334B134342
Octal342222155043641323103102
Binary11100010100100101101101010001111010010111001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2926D; }

 p { color: rgb(226,146,109); }

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

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

 a { background-color: rgb(226,146,109); }

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

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

 span { border-color: rgb(226,146,109); }

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