#E48C6F

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

Shades of Copper #E48C6F

Tints of Copper #E48C6F

Color information

#E48C6F (or 0xE48C6F) is unknown color: approx Copper. HEX triplet: E4, 8C and 6F. RGB value is (228,140,111). Sum of RGB (Red+Green+Blue) = 228+140+111=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C6F is #1B7390. Grayscale: #A3A3A3. Windows color (decimal): -1799057 or 7310564. OLE color: 7310564.

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

Color convert

RGB228140111-
CMYK00.390.510.11
HSL14.87º68.42%66.47%-
HSV(B)14.87º51.32%89.41%-
XYZ44.2436.419.73-
YUV163.0198.65174.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=47.60%
G=29.23%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814011100.390.510.1114.8768.4266.47
HexE48C6F02733Bf4442
Octal344214157047631317104102
Binary1110010010001100110111101001111100111011111110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48C6F; }

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

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

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

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

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

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

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

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