#E99164

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

Shades of Copper #E99164

Tints of Copper #E99164

Color information

#E99164 (or 0xE99164) is unknown color: approx Copper. HEX triplet: E9, 91 and 64. RGB value is (233,145,100). Sum of RGB (Red+Green+Blue) = 233+145+100=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E99164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99164 is #166E9B. Grayscale: #A6A6A6. Windows color (decimal): -1470108 or 6590953. OLE color: 6590953.

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

Color convert

RGB233145100-
CMYK00.380.570.09
HSL20.3º75.14%65.29%-
HSV(B)20.3º57.08%91.37%-
XYZ46.0338.4917.06-
YUV166.1890.65175.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.74%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=48.74%
G=30.33%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314510000.380.570.0920.375.1465.29
HexE99164026399144b41
Octal351221144046711124113101
Binary11101001100100011100100010011011100110011010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99164; }

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

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

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

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

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

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

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

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