#E88D66

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

Shades of Copper #E88D66

Tints of Copper #E88D66

Color information

#E88D66 (or 0xE88D66) is unknown color: approx Copper. HEX triplet: E8, 8D and 66. RGB value is (232,141,102). Sum of RGB (Red+Green+Blue) = 232+141+102=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D66 is #177299. Grayscale: #A4A4A4. Windows color (decimal): -1536666 or 6721000. OLE color: 6721000.

HSL color Cylindrical-coordinate representation of color #E88D66: hue angle of 18º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E88D66 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB232141102-
CMYK00.390.560.09
HSL18º73.86%65.49%-
HSV(B)18º56.03%90.98%-
XYZ45.237.1617.36-
YUV163.7693.15176.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=48.84%
G=29.68%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214110200.390.560.091873.8665.49
HexE88D66027389124a41
Octal350215146047701122112101
Binary11101000100011011100110010011111100010011001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88D66; }

 p { color: rgb(232,141,102); }

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

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

 a { background-color: rgb(232,141,102); }

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

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

 span { border-color: rgb(232,141,102); }

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