#E08E72

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

Shades of Copper #E08E72

Tints of Copper #E08E72

Color information

#E08E72 (or 0xE08E72) is unknown color: approx Copper. HEX triplet: E0, 8E and 72. RGB value is (224,142,114). Sum of RGB (Red+Green+Blue) = 224+142+114=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E72 is #1F718D. Grayscale: #A3A3A3. Windows color (decimal): -2060686 or 7507680. OLE color: 7507680.

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

Color convert

RGB224142114-
CMYK00.370.490.12
HSL15.27º63.95%66.27%-
HSV(B)15.27º49.11%87.84%-
XYZ43.4536.4120.66-
YUV163.33100.17171.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=46.67%
G=29.58%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414211400.370.490.1215.2763.9566.27
HexE08E7202531Cf4042
Octal340216162045611417100102
Binary1110000010001110111001001001011100011100111110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E72; }

 p { color: rgb(224,142,114); }

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

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

 a { background-color: rgb(224,142,114); }

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

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

 span { border-color: rgb(224,142,114); }

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