#e99162

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

Shades of Copper #E99162

Tints of Copper #E99162

Color information

#E99162 (or 0xE99162) is unknown color: approx Copper. HEX triplet: E9, 91 and 62. RGB value is (233,145,98). Sum of RGB (Red+Green+Blue) = 233+145+98=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E99162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99162 is #166E9D. Grayscale: #A6A6A6. Windows color (decimal): -1470110 or 6459881. OLE color: 6459881.

HSL color Cylindrical-coordinate representation of color #E99162: hue angle of 20.89º degrees, saturation: 0.75, 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 #E99162 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23314598-
CMYK00.380.580.09
HSL20.89º75.42%64.9%-
HSV(B)20.89º57.94%91.37%-
XYZ45.9338.4616.56-
YUV165.9589.65175.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.95%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 98 (38.67% from 255) = 20.59%
R=48.95%
G=30.46%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331459800.380.580.0920.8975.4264.9
HexE991620263A9154b41
Octal351221142046721125113101
Binary11101001100100011100010010011011101010011010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e99162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e99162; }

 p { color: rgb(233,145,98); }

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

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

 a { background-color: rgb(233,145,98); }

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

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

 span { border-color: rgb(233,145,98); }

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