#E0946C

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

Shades of Copper #E0946C

Tints of Copper #E0946C

Color information

#E0946C (or 0xE0946C) is unknown color: approx Copper. HEX triplet: E0, 94 and 6C. RGB value is (224,148,108). Sum of RGB (Red+Green+Blue) = 224+148+108=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0946C is #1F6B93. Grayscale: #A6A6A6. Windows color (decimal): -2059156 or 7116000. OLE color: 7116000.

HSL color Cylindrical-coordinate representation of color #E0946C: hue angle of 20.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0946C is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224148108-
CMYK00.340.520.12
HSL20.69º65.17%65.1%-
HSV(B)20.69º51.79%87.84%-
XYZ44.0438.1119.22-
YUV166.1695.18169.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=46.67%
G=30.83%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414810800.340.520.1220.6965.1765.1
HexE0946C02234C154141
Octal340224154042641425101101
Binary11100000100101001101100010001011010011001010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0946C; }

 p { color: rgb(224,148,108); }

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

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

 a { background-color: rgb(224,148,108); }

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

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

 span { border-color: rgb(224,148,108); }

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