#E88A6C

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

Shades of Copper #E88A6C

Tints of Copper #E88A6C

Color information

#E88A6C (or 0xE88A6C) is unknown color: approx Copper. HEX triplet: E8, 8A and 6C. RGB value is (232,138,108). Sum of RGB (Red+Green+Blue) = 232+138+108=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A6C is #177593. Grayscale: #A2A2A2. Windows color (decimal): -1537428 or 7113448. OLE color: 7113448.

HSL color Cylindrical-coordinate representation of color #E88A6C: hue angle of 14.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E88A6C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232138108-
CMYK00.410.530.09
HSL14.52º72.94%66.67%-
HSV(B)14.52º53.45%90.98%-
XYZ45.0736.4218.84-
YUV162.6997.14177.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.54%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=48.54%
G=28.87%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213810800.410.530.0914.5272.9466.67
HexE88A6C029359f4943
Octal350212154051651117111103
Binary1110100010001010110110001010011101011001111110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88A6C; }

 p { color: rgb(232,138,108); }

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

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

 a { background-color: rgb(232,138,108); }

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

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

 span { border-color: rgb(232,138,108); }

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