#E88C6C

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

Shades of Copper #E88C6C

Tints of Copper #E88C6C

Color information

#E88C6C (or 0xE88C6C) is unknown color: approx Copper. HEX triplet: E8, 8C and 6C. RGB value is (232,140,108). Sum of RGB (Red+Green+Blue) = 232+140+108=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C6C is #177393. Grayscale: #A4A4A4. Windows color (decimal): -1536916 or 7113960. OLE color: 7113960.

HSL color Cylindrical-coordinate representation of color #E88C6C: hue angle of 15.48º 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 #E88C6C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232140108-
CMYK00.400.530.09
HSL15.48º72.94%66.67%-
HSV(B)15.48º53.45%90.98%-
XYZ45.3636.9918.94-
YUV163.8696.48176.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.33%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=48.33%
G=29.17%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214010800.400.530.0915.4872.9466.67
HexE88C6C028359f4943
Octal350214154050651117111103
Binary1110100010001100110110001010001101011001111110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C6C; }

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

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

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

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

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

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

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

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