#E68E6D

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

Shades of Copper #E68E6D

Tints of Copper #E68E6D

Color information

#E68E6D (or 0xE68E6D) is unknown color: approx Copper. HEX triplet: E6, 8E and 6D. RGB value is (230,142,109). Sum of RGB (Red+Green+Blue) = 230+142+109=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E6D is #197192. Grayscale: #A4A4A4. Windows color (decimal): -1667475 or 7180006. OLE color: 7180006.

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

Color convert

RGB230142109-
CMYK00.380.530.10
HSL16.36º70.76%66.47%-
HSV(B)16.36º52.61%90.2%-
XYZ45.0737.2719.29-
YUV164.5596.65174.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.82%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=47.82%
G=29.52%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014210900.380.530.1016.3670.7666.47
HexE68E6D02635A104742
Octal346216155046651220107102
Binary11100110100011101101101010011011010110101000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68E6D; }

 p { color: rgb(230,142,109); }

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

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

 a { background-color: rgb(230,142,109); }

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

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

 span { border-color: rgb(230,142,109); }

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