#E2875A

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

Shades of Copper #E2875A

Tints of Copper #E2875A

Color information

#E2875A (or 0xE2875A) is unknown color: approx Copper. HEX triplet: E2, 87 and 5A. RGB value is (226,135,90). Sum of RGB (Red+Green+Blue) = 226+135+90=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2875A is #1D78A5. Grayscale: #9D9D9D. Windows color (decimal): -1931430 or 5933026. OLE color: 5933026.

HSL color Cylindrical-coordinate representation of color #E2875A: hue angle of 19.85º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2875A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22613590-
CMYK00.400.600.11
HSL19.85º70.1%61.96%-
HSV(B)19.85º60.18%88.63%-
XYZ41.8734.2314.07-
YUV157.0890.15177.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=50.11%
G=29.93%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261359000.400.600.1119.8570.161.96
HexE2875A0283CB14463e
Octal34220713205074132410676
Binary1110001010000111101101001010001111001011101001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2875A; }

 p { color: rgb(226,135,90); }

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

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

 a { background-color: rgb(226,135,90); }

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

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

 span { border-color: rgb(226,135,90); }

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