#E4866A

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

Shades of Copper #E4866A

Tints of Copper #E4866A

Color information

#E4866A (or 0xE4866A) is unknown color: approx Copper. HEX triplet: E4, 86 and 6A. RGB value is (228,134,106). Sum of RGB (Red+Green+Blue) = 228+134+106=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E4866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4866A is #1B7995. Grayscale: #9F9F9F. Windows color (decimal): -1800598 or 6981348. OLE color: 6981348.

HSL color Cylindrical-coordinate representation of color #E4866A: hue angle of 13.77º 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 #E4866A is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228134106-
CMYK00.410.540.11
HSL13.77º69.32%65.49%-
HSV(B)13.77º53.51%89.41%-
XYZ43.1234.5818.04-
YUV158.9198.14177.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.72%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 106 (41.80% from 255) = 22.65%
R=48.72%
G=28.63%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813410600.410.540.1113.7769.3265.49
HexE4866A02936Be4541
Octal344206152051661316105101
Binary1110010010000110110101001010011101101011111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4866A; }

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

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

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

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

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

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

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

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