#E48A68

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

Shades of Copper #E48A68

Tints of Copper #E48A68

Color information

#E48A68 (or 0xE48A68) is unknown color: approx Copper. HEX triplet: E4, 8A and 68. RGB value is (228,138,104). Sum of RGB (Red+Green+Blue) = 228+138+104=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A68 is #1B7597. Grayscale: #A1A1A1. Windows color (decimal): -1799576 or 6851300. OLE color: 6851300.

HSL color Cylindrical-coordinate representation of color #E48A68: hue angle of 16.45º degrees, saturation: 0.7, 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 #E48A68 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228138104-
CMYK00.390.540.11
HSL16.45º69.66%65.1%-
HSV(B)16.45º54.39%89.41%-
XYZ43.5835.6717.68-
YUV161.0395.82175.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.51%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=48.51%
G=29.36%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813810400.390.540.1116.4569.6665.1
HexE48A6802736B104641
Octal344212150047661320106101
Binary11100100100010101101000010011111011010111000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A68; }

 p { color: rgb(228,138,104); }

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

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

 a { background-color: rgb(228,138,104); }

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

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

 span { border-color: rgb(228,138,104); }

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