#e08d71

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

Shades of Copper #E08D71

Tints of Copper #E08D71

Color information

#E08D71 (or 0xE08D71) is unknown color: approx Copper. HEX triplet: E0, 8D and 71. RGB value is (224,141,113). Sum of RGB (Red+Green+Blue) = 224+141+113=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D71 is #1F728E. Grayscale: #A2A2A2. Windows color (decimal): -2060943 or 7441888. OLE color: 7441888.

HSL color Cylindrical-coordinate representation of color #E08D71: hue angle of 15.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E08D71 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224141113-
CMYK00.370.500.12
HSL15.14º64.16%66.08%-
HSV(B)15.14º49.55%87.84%-
XYZ43.2536.0920.31-
YUV162.62100171.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=46.86%
G=29.50%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414111300.370.500.1215.1464.1666.08
HexE08D7102532Cf4042
Octal340215161045621417100102
Binary1110000010001101111000101001011100101100111110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08d71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08d71; }

 p { color: rgb(224,141,113); }

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

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

 a { background-color: rgb(224,141,113); }

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

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

 span { border-color: rgb(224,141,113); }

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