#E39469

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

Shades of Copper #E39469

Tints of Copper #E39469

Color information

#E39469 (or 0xE39469) is unknown color: approx Copper. HEX triplet: E3, 94 and 69. RGB value is (227,148,105). Sum of RGB (Red+Green+Blue) = 227+148+105=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E39469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39469 is #1C6B96. Grayscale: #A6A6A6. Windows color (decimal): -1862551 or 6919395. OLE color: 6919395.

HSL color Cylindrical-coordinate representation of color #E39469: hue angle of 21.15º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E39469 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB227148105-
CMYK00.350.540.11
HSL21.15º68.54%65.1%-
HSV(B)21.15º53.74%89.02%-
XYZ44.8238.5318.44-
YUV166.7293.17171-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.29%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=47.29%
G=30.83%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714810500.350.540.1121.1568.5465.1
HexE3946902336B154541
Octal343224151043661325105101
Binary11100011100101001101001010001111011010111010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39469; }

 p { color: rgb(227,148,105); }

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

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

 a { background-color: rgb(227,148,105); }

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

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

 span { border-color: rgb(227,148,105); }

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