#E98361

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

Shades of Copper #E98361

Tints of Copper #E98361

Color information

#E98361 (or 0xE98361) is unknown color: approx Copper. HEX triplet: E9, 83 and 61. RGB value is (233,131,97). Sum of RGB (Red+Green+Blue) = 233+131+97=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E98361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98361 is #167C9E. Grayscale: #9D9D9D. Windows color (decimal): -1473695 or 6390761. OLE color: 6390761.

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

Color convert

RGB23313197-
CMYK00.440.580.09
HSL15º75.56%64.71%-
HSV(B)15º58.37%91.37%-
XYZ43.8834.4215.64-
YUV157.6293.79181.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=50.54%
G=28.42%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331319700.440.580.091575.5664.71
HexE9836102C3A9f4c41
Octal351203141054721117114101
Binary1110100110000011110000101011001110101001111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98361; }

 p { color: rgb(233,131,97); }

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

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

 a { background-color: rgb(233,131,97); }

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

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

 span { border-color: rgb(233,131,97); }

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