#E68D66

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

Shades of Copper #E68D66

Tints of Copper #E68D66

Color information

#E68D66 (or 0xE68D66) is unknown color: approx Copper. HEX triplet: E6, 8D and 66. RGB value is (230,141,102). Sum of RGB (Red+Green+Blue) = 230+141+102=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D66 is #197299. Grayscale: #A3A3A3. Windows color (decimal): -1667738 or 6720998. OLE color: 6720998.

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

Color convert

RGB230141102-
CMYK00.390.560.10
HSL18.28º71.91%65.1%-
HSV(B)18.28º55.65%90.2%-
XYZ44.5636.8317.33-
YUV163.1693.49175.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.63%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=48.63%
G=29.81%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014110200.390.560.1018.2871.9165.1
HexE68D6602738A124841
Octal346215146047701222110101
Binary11100110100011011100110010011111100010101001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D66; }

 p { color: rgb(230,141,102); }

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

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

 a { background-color: rgb(230,141,102); }

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

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

 span { border-color: rgb(230,141,102); }

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