#E2936D

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

Shades of Copper #E2936D

Tints of Copper #E2936D

Color information

#E2936D (or 0xE2936D) is unknown color: approx Copper. HEX triplet: E2, 93 and 6D. RGB value is (226,147,109). Sum of RGB (Red+Green+Blue) = 226+147+109=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2936D is #1D6C92. Grayscale: #A6A6A6. Windows color (decimal): -1928339 or 7181282. OLE color: 7181282.

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

Color convert

RGB226147109-
CMYK00.350.520.11
HSL19.49º66.86%65.69%-
HSV(B)19.49º51.77%88.63%-
XYZ44.5638.1419.48-
YUV166.2995.67170.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=46.89%
G=30.50%
B=22.61%

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
Decimal22614710900.350.520.1119.4966.8665.69
HexE2936D02334B134342
Octal342223155043641323103102
Binary11100010100100111101101010001111010010111001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2936D; }

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

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

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

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

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

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

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

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