#E39060

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

Shades of Copper #E39060

Tints of Copper #E39060

Color information

#E39060 (or 0xE39060) is unknown color: approx Copper. HEX triplet: E3, 90 and 60. RGB value is (227,144,96). Sum of RGB (Red+Green+Blue) = 227+144+96=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E39060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39060 is #1C6F9F. Grayscale: #A3A3A3. Windows color (decimal): -1863584 or 6328547. OLE color: 6328547.

HSL color Cylindrical-coordinate representation of color #E39060: hue angle of 21.98º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E39060 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22714496-
CMYK00.370.580.11
HSL21.98º70.05%63.33%-
HSV(B)21.98º57.71%89.02%-
XYZ43.7637.1215.93-
YUV163.3490173.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.61%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=48.61%
G=30.84%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271449600.370.580.1121.9870.0563.33
HexE390600253AB16463f
Octal34322014004572132610677
Binary1110001110010000110000001001011110101011101101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39060; }

 p { color: rgb(227,144,96); }

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

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

 a { background-color: rgb(227,144,96); }

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

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

 span { border-color: rgb(227,144,96); }

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