#EB8C63

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

Shades of Copper #EB8C63

Tints of Copper #EB8C63

Color information

#EB8C63 (or 0xEB8C63) is unknown color: approx Copper. HEX triplet: EB, 8C and 63. RGB value is (235,140,99). Sum of RGB (Red+Green+Blue) = 235+140+99=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C63 is #14739C. Grayscale: #A3A3A3. Windows color (decimal): -1340317 or 6524139. OLE color: 6524139.

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

Color convert

RGB23514099-
CMYK00.400.580.08
HSL18.09º77.27%65.49%-
HSV(B)18.09º57.87%92.16%-
XYZ45.8937.3216.59-
YUV163.7391.47178.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 99 (39.06% from 255) = 20.89%
R=49.58%
G=29.54%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351409900.400.580.0818.0977.2765.49
HexEB8C630283A8124d41
Octal353214143050721022115101
Binary11101011100011001100011010100011101010001001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C63; }

 p { color: rgb(235,140,99); }

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

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

 a { background-color: rgb(235,140,99); }

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

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

 span { border-color: rgb(235,140,99); }

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