#E68368

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

Shades of Copper #E68368

Tints of Copper #E68368

Color information

#E68368 (or 0xE68368) is unknown color: approx Copper. HEX triplet: E6, 83 and 68. RGB value is (230,131,104). Sum of RGB (Red+Green+Blue) = 230+131+104=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E68368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68368 is #197C97. Grayscale: #9D9D9D. Windows color (decimal): -1670296 or 6849510. OLE color: 6849510.

HSL color Cylindrical-coordinate representation of color #E68368: hue angle of 12.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68368 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB230131104-
CMYK00.430.550.10
HSL12.86º71.59%65.49%-
HSV(B)12.86º54.78%90.2%-
XYZ43.2534.0617.39-
YUV157.5297.8179.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.46%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=49.46%
G=28.17%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013110400.430.550.1012.8671.5965.49
HexE6836802B37Ad4841
Octal346203150053671215110101
Binary1110011010000011110100001010111101111010110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68368; }

 p { color: rgb(230,131,104); }

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

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

 a { background-color: rgb(230,131,104); }

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

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

 span { border-color: rgb(230,131,104); }

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