#E2906E

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

Shades of Copper #E2906E

Tints of Copper #E2906E

Color information

#E2906E (or 0xE2906E) is unknown color: approx Copper. HEX triplet: E2, 90 and 6E. RGB value is (226,144,110). Sum of RGB (Red+Green+Blue) = 226+144+110=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2906E is #1D6F91. Grayscale: #A4A4A4. Windows color (decimal): -1929106 or 7246050. OLE color: 7246050.

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

Color convert

RGB226144110-
CMYK00.360.510.11
HSL17.59º66.67%65.88%-
HSV(B)17.59º51.33%88.63%-
XYZ44.1537.2419.61-
YUV164.6497.17171.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.08%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=47.08%
G=30%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614411000.360.510.1117.5966.6765.88
HexE2906E02433B124342
Octal342220156044631322103102
Binary11100010100100001101110010010011001110111001010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2906E; }

 p { color: rgb(226,144,110); }

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

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

 a { background-color: rgb(226,144,110); }

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

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

 span { border-color: rgb(226,144,110); }

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