#E48D6C

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

Shades of Copper #E48D6C

Tints of Copper #E48D6C

Color information

#E48D6C (or 0xE48D6C) is unknown color: approx Copper. HEX triplet: E4, 8D and 6C. RGB value is (228,141,108). Sum of RGB (Red+Green+Blue) = 228+141+108=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D6C is #1B7293. Grayscale: #A3A3A3. Windows color (decimal): -1798804 or 7114212. OLE color: 7114212.

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

Color convert

RGB228141108-
CMYK00.380.530.11
HSL16.5º68.97%65.88%-
HSV(B)16.5º52.63%89.41%-
XYZ44.2336.6318.93-
YUV163.2596.82174.18-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=47.80%
G=29.56%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814110800.380.530.1116.568.9765.88
HexE48D6C02635B114542
Octal344215154046651321105102
Binary11100100100011011101100010011011010110111000110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D6C; }

 p { color: rgb(228,141,108); }

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

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

 a { background-color: rgb(228,141,108); }

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

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

 span { border-color: rgb(228,141,108); }

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