#e2946b

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

Shades of Copper #E2946B

Tints of Copper #E2946B

Color information

#E2946B (or 0xE2946B) is unknown color: approx Copper. HEX triplet: E2, 94 and 6B. RGB value is (226,148,107). Sum of RGB (Red+Green+Blue) = 226+148+107=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2946B is #1D6B94. Grayscale: #A6A6A6. Windows color (decimal): -1928085 or 7050466. OLE color: 7050466.

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

Color convert

RGB226148107-
CMYK00.350.530.11
HSL20.67º67.23%65.29%-
HSV(B)20.67º52.65%88.63%-
XYZ44.6138.4118.97-
YUV166.6594.34170.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.99%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=46.99%
G=30.77%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614810700.350.530.1120.6767.2365.29
HexE2946B02335B154341
Octal342224153043651325103101
Binary11100010100101001101011010001111010110111010110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2946b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2946b; }

 p { color: rgb(226,148,107); }

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

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

 a { background-color: rgb(226,148,107); }

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

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

 span { border-color: rgb(226,148,107); }

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