#E99565

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

Shades of Copper #E99565

Tints of Copper #E99565

Color information

#E99565 (or 0xE99565) is unknown color: approx Copper. HEX triplet: E9, 95 and 65. RGB value is (233,149,101). Sum of RGB (Red+Green+Blue) = 233+149+101=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E99565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99565 is #166A9A. Grayscale: #A8A8A8. Windows color (decimal): -1469083 or 6657513. OLE color: 6657513.

HSL color Cylindrical-coordinate representation of color #E99565: hue angle of 21.82º 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 #E99565 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB233149101-
CMYK00.360.570.09
HSL21.82º75%65.49%-
HSV(B)21.82º56.65%91.37%-
XYZ46.739.7617.52-
YUV168.6489.83173.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.24%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=48.24%
G=30.85%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314910100.360.570.0921.827565.49
HexE99565024399164b41
Octal351225145044711126113101
Binary11101001100101011100101010010011100110011011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99565; }

 p { color: rgb(233,149,101); }

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

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

 a { background-color: rgb(233,149,101); }

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

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

 span { border-color: rgb(233,149,101); }

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