#E68568

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

Shades of Copper #E68568

Tints of Copper #E68568

Color information

#E68568 (or 0xE68568) is unknown color: approx Copper. HEX triplet: E6, 85 and 68. RGB value is (230,133,104). Sum of RGB (Red+Green+Blue) = 230+133+104=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E68568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68568 is #197A97. Grayscale: #9E9E9E. Windows color (decimal): -1669784 or 6850022. OLE color: 6850022.

HSL color Cylindrical-coordinate representation of color #E68568: hue angle of 13.81º 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 #E68568 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB230133104-
CMYK00.420.550.10
HSL13.81º71.59%65.49%-
HSV(B)13.81º54.78%90.2%-
XYZ43.5234.617.48-
YUV158.797.14178.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.25%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=49.25%
G=28.48%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013310400.420.550.1013.8171.5965.49
HexE6856802A37Ae4841
Octal346205150052671216110101
Binary1110011010000101110100001010101101111010111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68568; }

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

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

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

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

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

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

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

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