#EB8A64

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

Shades of Copper #EB8A64

Tints of Copper #EB8A64

Color information

#EB8A64 (or 0xEB8A64) is unknown color: approx Copper. HEX triplet: EB, 8A and 64. RGB value is (235,138,100). Sum of RGB (Red+Green+Blue) = 235+138+100=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A64 is #14759B. Grayscale: #A2A2A2. Windows color (decimal): -1340828 or 6589163. OLE color: 6589163.

HSL color Cylindrical-coordinate representation of color #EB8A64: hue angle of 16.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB8A64 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB235138100-
CMYK00.410.570.08
HSL16.89º77.14%65.69%-
HSV(B)16.89º57.45%92.16%-
XYZ45.6536.7616.75-
YUV162.6792.64179.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.68%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=49.68%
G=29.18%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513810000.410.570.0816.8977.1465.69
HexEB8A64029398114d42
Octal353212144051711021115102
Binary11101011100010101100100010100111100110001000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A64; }

 p { color: rgb(235,138,100); }

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

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

 a { background-color: rgb(235,138,100); }

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

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

 span { border-color: rgb(235,138,100); }

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