#E48C66

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

Shades of Copper #E48C66

Tints of Copper #E48C66

Color information

#E48C66 (or 0xE48C66) is unknown color: approx Copper. HEX triplet: E4, 8C and 66. RGB value is (228,140,102). Sum of RGB (Red+Green+Blue) = 228+140+102=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C66 is #1B7399. Grayscale: #A2A2A2. Windows color (decimal): -1799066 or 6720740. OLE color: 6720740.

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

Color convert

RGB228140102-
CMYK00.390.550.11
HSL18.1º70%64.71%-
HSV(B)18.1º55.26%89.41%-
XYZ43.7736.2117.25-
YUV161.9894.15175.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.51%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=48.51%
G=29.79%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814010200.390.550.1118.17064.71
HexE48C6602737B124641
Octal344214146047671322106101
Binary11100100100011001100110010011111011110111001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48C66; }

 p { color: rgb(228,140,102); }

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

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

 a { background-color: rgb(228,140,102); }

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

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

 span { border-color: rgb(228,140,102); }

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