#e08160

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

Shades of Copper #E08160

Tints of Copper #E08160

Color information

#E08160 (or 0xE08160) is unknown color: approx Copper. HEX triplet: E0, 81 and 60. RGB value is (224,129,96). Sum of RGB (Red+Green+Blue) = 224+129+96=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E08160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08160 is #1F7E9F. Grayscale: #999999. Windows color (decimal): -2064032 or 6324704. OLE color: 6324704.

HSL color Cylindrical-coordinate representation of color #E08160: hue angle of 15.47º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E08160 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22412996-
CMYK00.420.570.12
HSL15.47º67.37%62.75%-
HSV(B)15.47º57.14%87.84%-
XYZ40.732.3915.17-
YUV153.6495.47178.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=49.89%
G=28.73%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241299600.420.570.1215.4767.3762.75
HexE0816002A39Cf433f
Octal34020114005271141710377
Binary111000001000000111000000101010111001110011111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08160; }

 p { color: rgb(224,129,96); }

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

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

 a { background-color: rgb(224,129,96); }

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

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

 span { border-color: rgb(224,129,96); }

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