#E4916A

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

Shades of Copper #E4916A

Tints of Copper #E4916A

Color information

#E4916A (or 0xE4916A) is unknown color: approx Copper. HEX triplet: E4, 91 and 6A. RGB value is (228,145,106). Sum of RGB (Red+Green+Blue) = 228+145+106=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E4916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4916A is #1B6E95. Grayscale: #A5A5A5. Windows color (decimal): -1797782 or 6984164. OLE color: 6984164.

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

Color convert

RGB228145106-
CMYK00.360.540.11
HSL19.18º69.32%65.49%-
HSV(B)19.18º53.51%89.41%-
XYZ44.7237.7918.57-
YUV165.3794.5172.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=47.60%
G=30.27%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814510600.360.540.1119.1869.3265.49
HexE4916A02436B134541
Octal344221152044661323105101
Binary11100100100100011101010010010011011010111001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4916A; }

 p { color: rgb(228,145,106); }

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

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

 a { background-color: rgb(228,145,106); }

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

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

 span { border-color: rgb(228,145,106); }

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