#e2905e

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

Shades of Copper #E2905E

Tints of Copper #E2905E

Color information

#E2905E (or 0xE2905E) is unknown color: approx Copper. HEX triplet: E2, 90 and 5E. RGB value is (226,144,94). Sum of RGB (Red+Green+Blue) = 226+144+94=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2905E is #1D6FA1. Grayscale: #A3A3A3. Windows color (decimal): -1929122 or 6197474. OLE color: 6197474.

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

Color convert

RGB22614494-
CMYK00.360.580.11
HSL22.73º69.47%62.75%-
HSV(B)22.73º58.41%88.63%-
XYZ43.3636.9215.43-
YUV162.8289.17173.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.71%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=48.71%
G=31.03%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261449400.360.580.1122.7369.4762.75
HexE2905E0243AB17453f
Octal34222013604472132710577
Binary1110001010010000101111001001001110101011101111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2905e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2905e; }

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

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

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

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

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

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

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

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