#E88C65

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

Shades of Copper #E88C65

Tints of Copper #E88C65

Color information

#E88C65 (or 0xE88C65) is unknown color: approx Copper. HEX triplet: E8, 8C and 65. RGB value is (232,140,101). Sum of RGB (Red+Green+Blue) = 232+140+101=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C65 is #17739A. Grayscale: #A3A3A3. Windows color (decimal): -1536923 or 6655208. OLE color: 6655208.

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

Color convert

RGB232140101-
CMYK00.400.560.09
HSL17.86º74.01%65.29%-
HSV(B)17.86º56.47%90.98%-
XYZ45.0136.8517.05-
YUV163.0692.98177.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=49.05%
G=29.60%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214010100.400.560.0917.8674.0165.29
HexE88C65028389124a41
Octal350214145050701122112101
Binary11101000100011001100101010100011100010011001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C65; }

 p { color: rgb(232,140,101); }

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

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

 a { background-color: rgb(232,140,101); }

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

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

 span { border-color: rgb(232,140,101); }

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