#E2966A

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

Shades of Copper #E2966A

Tints of Copper #E2966A

Color information

#E2966A (or 0xE2966A) is unknown color: approx Copper. HEX triplet: E2, 96 and 6A. RGB value is (226,150,106). Sum of RGB (Red+Green+Blue) = 226+150+106=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2966A is #1D6995. Grayscale: #A7A7A7. Windows color (decimal): -1927574 or 6985442. OLE color: 6985442.

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

Color convert

RGB226150106-
CMYK00.340.530.11
HSL22º67.42%65.1%-
HSV(B)22º53.1%88.63%-
XYZ44.8739.0218.8-
YUV167.7193.18169.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=46.89%
G=31.12%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615010600.340.530.112267.4265.1
HexE2966A02235B164341
Octal342226152042651326103101
Binary11100010100101101101010010001011010110111011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2966A; }

 p { color: rgb(226,150,106); }

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

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

 a { background-color: rgb(226,150,106); }

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

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

 span { border-color: rgb(226,150,106); }

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