#EB8E62

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

Shades of Copper #EB8E62

Tints of Copper #EB8E62

Color information

#EB8E62 (or 0xEB8E62) is unknown color: approx Copper. HEX triplet: EB, 8E and 62. RGB value is (235,142,98). Sum of RGB (Red+Green+Blue) = 235+142+98=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8E62 is #14719D. Grayscale: #A5A5A5. Windows color (decimal): -1339806 or 6459115. OLE color: 6459115.

HSL color Cylindrical-coordinate representation of color #EB8E62: hue angle of 19.27º 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 #EB8E62 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB23514298-
CMYK00.400.580.08
HSL19.27º77.4%65.29%-
HSV(B)19.27º58.3%92.16%-
XYZ46.1437.8916.44-
YUV164.7990.31178.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=49.47%
G=29.89%
B=20.63%

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
Decimal2351429800.400.580.0819.2777.465.29
HexEB8E620283A8134d41
Octal353216142050721023115101
Binary11101011100011101100010010100011101010001001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E62; }

 p { color: rgb(235,142,98); }

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

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

 a { background-color: rgb(235,142,98); }

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

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

 span { border-color: rgb(235,142,98); }

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