#E1976D

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

Shades of Copper #E1976D

Tints of Copper #E1976D

Color information

#E1976D (or 0xE1976D) is unknown color: approx Copper. HEX triplet: E1, 97 and 6D. RGB value is (225,151,109). Sum of RGB (Red+Green+Blue) = 225+151+109=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1976D is #1E6892. Grayscale: #A8A8A8. Windows color (decimal): -1992851 or 7182305. OLE color: 7182305.

HSL color Cylindrical-coordinate representation of color #E1976D: hue angle of 21.72º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1976D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225151109-
CMYK00.330.520.12
HSL21.72º65.91%65.49%-
HSV(B)21.72º51.56%88.24%-
XYZ44.8839.2419.68-
YUV168.3494.52168.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 109 (42.97% from 255) = 22.47%
R=46.39%
G=31.13%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515110900.330.520.1221.7265.9165.49
HexE1976D02134C164241
Octal341227155041641426102101
Binary11100001100101111101101010000111010011001011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1976D; }

 p { color: rgb(225,151,109); }

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

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

 a { background-color: rgb(225,151,109); }

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

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

 span { border-color: rgb(225,151,109); }

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