#E68D69

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

Shades of Copper #E68D69

Tints of Copper #E68D69

Color information

#E68D69 (or 0xE68D69) is unknown color: approx Copper. HEX triplet: E6, 8D and 69. RGB value is (230,141,105). Sum of RGB (Red+Green+Blue) = 230+141+105=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D69 is #197296. Grayscale: #A3A3A3. Windows color (decimal): -1667735 or 6917606. OLE color: 6917606.

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

Color convert

RGB230141105-
CMYK00.390.540.10
HSL17.28º71.43%65.69%-
HSV(B)17.28º54.35%90.2%-
XYZ44.7136.8918.13-
YUV163.5194.99175.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=48.32%
G=29.62%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014110500.390.540.1017.2871.4365.69
HexE68D6902736A114742
Octal346215151047661221107102
Binary11100110100011011101001010011111011010101000110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D69; }

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

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

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

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

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

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

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

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