#E68B5E

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

Shades of Copper #E68B5E

Tints of Copper #E68B5E

Color information

#E68B5E (or 0xE68B5E) is unknown color: approx Copper. HEX triplet: E6, 8B and 5E. RGB value is (230,139,94). Sum of RGB (Red+Green+Blue) = 230+139+94=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B5E is #1974A1. Grayscale: #A1A1A1. Windows color (decimal): -1668258 or 6196198. OLE color: 6196198.

HSL color Cylindrical-coordinate representation of color #E68B5E: hue angle of 19.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E68B5E is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB23013994-
CMYK00.400.590.10
HSL19.85º73.12%63.53%-
HSV(B)19.85º59.13%90.2%-
XYZ43.8936.115.24-
YUV161.0890.15177.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=49.68%
G=30.02%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301399400.400.590.1019.8573.1263.53
HexE68B5E0283BA144940
Octal346213136050731224111100
Binary11100110100010111011110010100011101110101010010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68B5E; }

 p { color: rgb(230,139,94); }

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

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

 a { background-color: rgb(230,139,94); }

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

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

 span { border-color: rgb(230,139,94); }

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