#E88C61

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

Shades of Copper #E88C61

Tints of Copper #E88C61

Color information

#E88C61 (or 0xE88C61) is unknown color: approx Copper. HEX triplet: E8, 8C and 61. RGB value is (232,140,97). Sum of RGB (Red+Green+Blue) = 232+140+97=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C61 is #17739E. Grayscale: #A2A2A2. Windows color (decimal): -1536927 or 6393064. OLE color: 6393064.

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

Color convert

RGB23214097-
CMYK00.400.580.09
HSL19.11º74.59%64.51%-
HSV(B)19.11º58.19%90.98%-
XYZ44.8136.7816.05-
YUV162.6190.98177.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.47%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=49.47%
G=29.85%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321409700.400.580.0919.1174.5964.51
HexE88C610283A9134b41
Octal350214141050721123113101
Binary11101000100011001100001010100011101010011001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C61; }

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

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

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

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

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

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

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

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