#E68C6E

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

Shades of Copper #E68C6E

Tints of Copper #E68C6E

Color information

#E68C6E (or 0xE68C6E) is unknown color: approx Copper. HEX triplet: E6, 8C and 6E. RGB value is (230,140,110). Sum of RGB (Red+Green+Blue) = 230+140+110=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C6E is #197391. Grayscale: #A3A3A3. Windows color (decimal): -1667986 or 7245030. OLE color: 7245030.

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

Color convert

RGB230140110-
CMYK00.390.520.10
HSL15º70.59%66.67%-
HSV(B)15º52.17%90.2%-
XYZ44.8336.719.47-
YUV163.4997.82175.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.92%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=47.92%
G=29.17%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014011000.390.520.101570.5966.67
HexE68C6E02734Af4743
Octal346214156047641217107103
Binary1110011010001100110111001001111101001010111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68C6E; }

 p { color: rgb(230,140,110); }

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

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

 a { background-color: rgb(230,140,110); }

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

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

 span { border-color: rgb(230,140,110); }

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