#E98E60

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

Shades of Copper #E98E60

Tints of Copper #E98E60

Color information

#E98E60 (or 0xE98E60) is unknown color: approx Copper. HEX triplet: E9, 8E and 60. RGB value is (233,142,96). Sum of RGB (Red+Green+Blue) = 233+142+96=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E60 is #16719F. Grayscale: #A4A4A4. Windows color (decimal): -1470880 or 6328041. OLE color: 6328041.

HSL color Cylindrical-coordinate representation of color #E98E60: hue angle of 20.15º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E98E60 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23314296-
CMYK00.390.590.09
HSL20.15º75.69%64.51%-
HSV(B)20.15º58.8%91.37%-
XYZ45.3937.5115.92-
YUV163.9689.65177.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=49.47%
G=30.15%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331429600.390.590.0920.1575.6964.51
HexE98E600273B9144c41
Octal351216140047731124114101
Binary11101001100011101100000010011111101110011010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E60; }

 p { color: rgb(233,142,96); }

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

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

 a { background-color: rgb(233,142,96); }

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

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

 span { border-color: rgb(233,142,96); }

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