#E08665

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

Shades of Copper #E08665

Tints of Copper #E08665

Color information

#E08665 (or 0xE08665) is unknown color: approx Copper. HEX triplet: E0, 86 and 65. RGB value is (224,134,101). Sum of RGB (Red+Green+Blue) = 224+134+101=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08665 is #1F799A. Grayscale: #9D9D9D. Windows color (decimal): -2062747 or 6653664. OLE color: 6653664.

HSL color Cylindrical-coordinate representation of color #E08665: hue angle of 16.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E08665 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB224134101-
CMYK00.400.550.12
HSL16.1º66.49%63.73%-
HSV(B)16.1º54.91%87.84%-
XYZ41.6133.8416.65-
YUV157.1596.32175.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.80%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=48.80%
G=29.19%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413410100.400.550.1216.166.4963.73
HexE0866502837C104240
Octal340206145050671420102100
Binary11100000100001101100101010100011011111001000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08665; }

 p { color: rgb(224,134,101); }

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

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

 a { background-color: rgb(224,134,101); }

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

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

 span { border-color: rgb(224,134,101); }

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